refactoring working, will need to reorganize stuff a little bit
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
var Router = require('./router'),
|
||||
Backbone = require('backbone');
|
||||
|
||||
var App = function() {
|
||||
this.bootstrap = function() {
|
||||
// here goes all app initialization and bootstraping logic
|
||||
this.router = new Router();
|
||||
Backbone.history.start();
|
||||
//this.router = new Router();
|
||||
//Backbone.history.start();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user