From fac7cfe35f789794ce5dd10ec4880e3ea349dc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Fri, 6 Feb 2015 12:37:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bea14..08b1af7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ myColorPicker: { }, __proto__: { // all methods ColorPicker uses render: function() {}, - toggle: function() {} + toggle: function(openClose) {} // openClose: true = open; false = close } } ```