Commit cb530ef2 authored by Scott Holden's avatar Scott Holden

Removed rogue terror-comma from the premises.

parent 45b8f759
......@@ -64,7 +64,7 @@ Todos.StatsView = Ember.View.extend({
remainingString: function() {
var remaining = this.get('remaining');
return remaining + (remaining === 1 ? " item" : " items");
}.property('remaining'),
}.property('remaining')
});
Todos.CreateTodoView = Ember.TextField.extend({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment