Skip to content

Commit

Permalink
Removed unnused CatController
Browse files Browse the repository at this point in the history
  • Loading branch information
Wildhoney committed Nov 12, 2013
1 parent a4ae3d8 commit 7572dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Socket: ES.Module.extend({
host: 'localhost',
port: 8888,
controllers: ['cats', 'index']
controllers: ['index']
})

});
Expand Down

0 comments on commit 7572dce

Please sign in to comment.