mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
linting
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = {
|
|||||||
return this.$manipulatorTarget.get('value');
|
return this.$manipulatorTarget.get('value');
|
||||||
},
|
},
|
||||||
set: function(value) {
|
set: function(value) {
|
||||||
this.$manipulatorTarget.set('value', value)
|
this.$manipulatorTarget.set('value', value);
|
||||||
return this.trigger('change');
|
return this.trigger('change');
|
||||||
},
|
},
|
||||||
disable: disable,
|
disable: disable,
|
||||||
@@ -42,7 +42,7 @@ module.exports = {
|
|||||||
return this.$manipulatorTarget.get('checked');
|
return this.$manipulatorTarget.get('checked');
|
||||||
},
|
},
|
||||||
set: function(value) {
|
set: function(value) {
|
||||||
this.$manipulatorTarget.set('checked', value)
|
this.$manipulatorTarget.set('checked', value);
|
||||||
return this.trigger('change');
|
return this.trigger('change');
|
||||||
},
|
},
|
||||||
disable: disable,
|
disable: disable,
|
||||||
|
|||||||
Reference in New Issue
Block a user