mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-01 05:12:58 -06:00
Merge branch 'master' of https://github.com/PitPik/colorPicker
Conflicts: javascript_implementation/README.md
This commit is contained in:
commit
426461b3c8
@ -15,7 +15,11 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
|
|||||||
klass: window.ColorPicker,
|
klass: window.ColorPicker,
|
||||||
input: elm,
|
input: elm,
|
||||||
patch: elm,
|
patch: elm,
|
||||||
|
<<<<<<< HEAD
|
||||||
init: function(elm, colors){}, // initialization callback (before colorPicker gets initialized though)
|
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
|
// animationSpeed: 200, will be supported soon
|
||||||
// draggable: true,
|
// draggable: true,
|
||||||
multipleInstances: false
|
multipleInstances: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user