Skip to content

Commit

Permalink
Edited examples/modular-backbone/js/router.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Oct 14, 2011
1 parent a299176 commit fabf1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/modular-backbone/js/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
'views/home/main',
'views/projects/list',
'views/users/list'
], function($, _, Backbone, projectListView, userListView, mainHomeView){
], function($, _, Backbone, mainHomeView, projectListView, userListView ){
var AppRouter = Backbone.Router.extend({
routes: {
// Define some URL routes
Expand Down

0 comments on commit fabf1a8

Please sign in to comment.