mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-09 09:12:42 -06:00
small change
This commit is contained in:
parent
d72fff83a5
commit
049dafb701
@ -68,7 +68,7 @@
|
|||||||
klass: window.ColorPicker,
|
klass: window.ColorPicker,
|
||||||
input: elm,
|
input: elm,
|
||||||
patch: elm,
|
patch: elm,
|
||||||
isIE8: document.all && !document.addEventListener, // Opera???
|
isIE8: !!document.all && !document.addEventListener, // Opera???
|
||||||
animationSpeed: 200,
|
animationSpeed: 200,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
margin: {left: -1, top: 2},
|
margin: {left: -1, top: 2},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user