mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +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",
|
||||
attributeBindings : ["name", "type", "value", "checked:checked", "disabled:disabled"],
|
||||
|
||||
click : function() {
|
||||
click: function() {
|
||||
this.set("selection", this.$().val());
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user