From 0a86fef74265678da99d40dacb33ea2c6815922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Mon, 2 Feb 2015 15:49:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8682a32..4beed8f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # tinyColorPicker and colors Looking for mobile first, tiny foot print, fast, scaleable, flexible and pluggable...
-This 4.4KB small HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins +This 4.4KB small HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins. ##Demo See **demo** at [dematte.at/tinyColorPicker](http://dematte.at/tinyColorPicker) @@ -37,7 +37,7 @@ var myColorPicker = new ColorPicker({ doRender: true, // manipulate color ans bgColor of input field opacity: true, // enable / disable alpha slider renderCallback: function($elm, toggled) {}, // this === instance - buidCallback: function($elm, toggled) {}, // this === instance + buidCallback: function($elm) {}, // this === instance css: '', // replaces existing css cssAddon: '', // adds cdd to existing margin: '', // positioning margin