change update

pull/25/head
peterd 9 years ago
parent 238ce7ed87
commit bf464a2919

@ -294,8 +294,8 @@
}). }).
on('focus.a click.a', _selector, toggle). on('focus.a click.a', _selector, toggle).
on('change.a', _selector, function() { on('change.a', _selector, function() {
_color.setColor(this.value || 'rgb'); _color.setColor(this.value || '#FFF');
_instance.colorPicker.render(); _instance.colorPicker.render(true);
}); });
return this.each(function() { return this.each(function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save