Ticket #49837: 49837.patch
File 49837.patch, 696 bytes (added by , 5 years ago) |
---|
-
colorpicker.js
58 58 // getAnchorPosition(anchorname) 59 59 // This function returns an object having .x and .y properties which are the coordinates 60 60 // of the named anchor, relative to the page. 61 62 /** 63 * This function returns an object having .x and .y properties which are the 64 coordinates of the named anchor, relative to the page. 65 * 66 * @param string anchorname 67 * 68 * @return {Object} 69 */ 61 70 function getAnchorPosition(anchorname) { 62 71 // This function will return an Object with x and y properties 63 72 var useWindow=false;