reorganized stuff
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
|
||||
var App = function() {
|
||||
this.bootstrap = function() {
|
||||
// here goes all app initialization and bootstraping logic
|
||||
//this.router = new Router();
|
||||
//Backbone.history.start();
|
||||
// nothing at the moment
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
var app = new App();
|
||||
module.exports = app;
|
||||
|
||||
Reference in New Issue
Block a user