Update button to be compatible with new events behavior.

This commit is contained in:
Keegan
2016-03-08 08:31:30 +11:00
parent 061bb34c91
commit c4f6b17a58
+1
View File
@@ -62,6 +62,7 @@ module.exports = {
return this.$manipulatorTarget.get('innerHTML');
},
set: function(value) {
if (this.get() === value.toString(10)) { return this; }
this.$manipulatorTarget.set('innerHTML', value);
return this.trigger('change');
},