ape-javascript-library
ape-javascript-library copied to clipboard
getOffsetCoords [APE.dom Meta refactoring]
position-f.js:
- Move
isAboveElement,isBelowElement,isInsideElementto a separate file, allowing these methods to use anygetCoordsfunction that returns an{x:number, y:number}object. - Create new test file for said test functions.
- Rename file to getOffsetCoords.js and update all references in workspace (do a search), including build.xml, suite.html, etc (do a search).