refactoring working, will need to reorganize stuff a little bit
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
var Backbone = require('backbone'),
|
||||
HomeController = require('./controllers/homeController');
|
||||
ItemDetailsController = require('./controllers/itemDetailsController');
|
||||
|
||||
var Router = Backbone.Router.extend({
|
||||
/* routes : {*/
|
||||
//"home" : HomeController,
|
||||
//"artikal/:id/:slug": ItemDetailsController,
|
||||
//"*default": HomeController
|
||||
/*}*/
|
||||
|
||||
});
|
||||
|
||||
//Backbone.history.start();
|
||||
|
||||
module.exports = Router;
|
||||
Reference in New Issue
Block a user