mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 12:15:41 +08:00
Nuke extra whitespace.
This commit is contained in:
parent
874d151c05
commit
bace6af404
@ -5,7 +5,7 @@ export default Ember.Component.extend({
|
|||||||
type : "radio",
|
type : "radio",
|
||||||
attributeBindings : ["name", "type", "value", "checked:checked", "disabled:disabled"],
|
attributeBindings : ["name", "type", "value", "checked:checked", "disabled:disabled"],
|
||||||
|
|
||||||
click : function() {
|
click: function() {
|
||||||
this.set("selection", this.$().val());
|
this.set("selection", this.$().val());
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user