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

git-svn-id: https://develop.svn.wordpress.org/trunk@29879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-10-12 00:50:54 +00:00
parent 30902e52a9
commit 463ef0f0fd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
el.iris( {
target: self.pickerContainer,
hide: true,
hide: self.options.hide,
width: 255,
mode: 'hsv',
palettes: self.options.palettes,