Nuke extra whitespace.

This commit is contained in:
Guo Xiang Tan 2017-03-28 16:50:35 +08:00
parent 874d151c05
commit bace6af404
1 changed files with 1 additions and 1 deletions

View File

@ -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());
},