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