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