Make WordPress Core

Ticket #49837: 49837.patch

File 49837.patch, 696 bytes (added by jitendrabanjara1991, 5 years ago)

Comment section is not proper

  • colorpicker.js

     
    5858// getAnchorPosition(anchorname)
    5959//   This function returns an object having .x and .y properties which are the coordinates
    6060//   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 */
    6170function getAnchorPosition(anchorname) {
    6271        // This function will return an Object with x and y properties
    6372        var useWindow=false;