Make WordPress Core

Changeset 29879

Timestamp:
10/12/2014 12:50:54 AM (10 years ago)
Author:
azaozz
Message:

Fix support for the hide option in wpColorPicker, props tollmanz, fixes #29632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/color-picker.js

    r29616 r29879  
    5151            el.iris( {
    5252                target: self.pickerContainer,
    53                 hide: true,
     53                hide: e,
    5454                width: 255,
    5555                mode: 'hsv',
Note: See TracChangeset for help on using the changeset viewer.