Conflicts:
	javascript_implementation/README.md
pull/16/head
peterd 10 years ago
commit 426461b3c8

@ -15,7 +15,11 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
klass: window.ColorPicker,
input: elm,
patch: elm,
<<<<<<< HEAD
init: function(elm, colors){}, // initialization callback (before colorPicker gets initialized though)
=======
init: function(elm){}, // initialization callback (before colorPicker gets initialized though)
>>>>>>> FETCH_HEAD
// animationSpeed: 200, will be supported soon
// draggable: true,
multipleInstances: false

Loading…
Cancel
Save