Commit d947e48b authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #111 from sholden/patch-1

Removed rogue terror-comma from the premises.
parents 45b8f759 cb530ef2
......@@ -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