removed redundant ribica name from subfolders
This commit is contained in:
14
front-ui/app/app.js
Normal file
14
front-ui/app/app.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
var app = new App();
|
||||
module.exports = app;
|
||||
Reference in New Issue
Block a user