backbone-generator/templates/controller.js.erb

5 lines
64 B
Plaintext
Raw Normal View History

2011-04-23 23:00:22 +00:00
var Controller = Backbone.Controller.extend({
routes: {}
});