Skip to content

Commit 7b73fa1

Browse files
committed
Bug fixes.
1 parent ce775f2 commit 7b73fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ App.IndexController = Ember.ArrayController.extend({
8383

8484
});
8585

86-
App.IndexView = Em.View.extend({
86+
App.IndexView = Ember.View.extend({
8787

8888
"keyDown" : function(e) {
8989
this.get("controller").send("send", e.keyCode);

0 commit comments

Comments
 (0)