2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-05 09:04:29 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-02-06 12:37:36 +01:00
parent df5102cce9
commit fac7cfe35f

View File

@ -70,7 +70,7 @@ myColorPicker: {
},
__proto__: { // all methods ColorPicker uses
render: function() {},
toggle: function() {}
toggle: function(openClose) {} // openClose: true = open; false = close
}
}
```