We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3885b9a commit 621c5d5Copy full SHA for 621c5d5
src/pat/colour-picker.js
@@ -12,7 +12,7 @@ define([
12
name: "polyfill-color",
13
trigger: "input.pat-colour-picker,input.pat-color-picker",
14
init: function($el) {
15
- return $el.spectrum({preferredFormat: 'hex'});
+ return $el.spectrum({preferredFormat: "hex"});
16
}
17
};
18
0 commit comments