Skip to content

Commit 621c5d5

Browse files
committed
change quotation marks
1 parent 3885b9a commit 621c5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/colour-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212
name: "polyfill-color",
1313
trigger: "input.pat-colour-picker,input.pat-color-picker",
1414
init: function($el) {
15-
return $el.spectrum({preferredFormat: 'hex'});
15+
return $el.spectrum({preferredFormat: "hex"});
1616
}
1717
};
1818

0 commit comments

Comments
 (0)