From cf4a1f41cb76da55c8c57acff4d625dd44f2060d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Wed, 8 Oct 2014 11:46:11 +0200 Subject: [PATCH] Update README.md --- javascript_implementation/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript_implementation/README.md b/javascript_implementation/README.md index 9b1cc8d..2f15f51 100644 --- a/javascript_implementation/README.md +++ b/javascript_implementation/README.md @@ -15,6 +15,7 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn klass: window.ColorPicker, input: elm, patch: elm, + init: function(elm){}, // initialization callback (before colorPicker gets initialized though) // animationSpeed: 200, will be supported soon // draggable: true, multipleInstances: false @@ -25,4 +26,4 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn renderCallback: renderCallback // and all other options from color and colorPicker }); -``` \ No newline at end of file +```