mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
merge master
This commit is contained in:
@ -16,7 +16,7 @@ export default Ember.Component.extend({
|
||||
checked: {
|
||||
get(value) { return !!value; },
|
||||
set(value) {
|
||||
this.set('value', value);
|
||||
this.set('value', value);
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user