mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 11:04: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…
x
Reference in New Issue
Block a user