Update README.md

pull/34/head
Peter Dematté 8 years ago
parent 6a3b244bb7
commit a9d874f641

@ -59,7 +59,8 @@ renderCallback: function($elm, toggled) {
}
}
```
Here you can fire events if necessary or check for a className or data attribute on $elm to see if there is a hint for hiding the opacity slider: ```this.$UI.find('.cp-alpha').toggle(!$elm.hasClass('no-alpha'));```
Here you can fire events if necessary or check for a className or data attribute on $elm to see if there is a hint for hiding the opacity slider:
```this.$UI.find('.cp-alpha').toggle(!$elm.hasClass('no-alpha'));```
##colors.js

Loading…
Cancel
Save