2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-07 00:02:37 -06:00

small change

This commit is contained in:
peterd 2014-10-05 18:12:03 +02:00
parent d72fff83a5
commit 049dafb701

View File

@ -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},