Removed useless code from bootstrap
This commit is contained in:
parent
16dec4894f
commit
2b2aa04aea
1 changed files with 1 additions and 6 deletions
|
@ -21,13 +21,8 @@ App.Bootstrap = function(auth, router) {
|
|||
}
|
||||
}
|
||||
|
||||
return {
|
||||
startRouting: startRouting,
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
App.DI.registerSingleton('bootstrap', App.Bootstrap);
|
||||
App.DI.registerManual('jQuery', function() { return $; });
|
||||
|
||||
var bootstrap = App.DI.get('bootstrap');
|
||||
App.DI.get('bootstrap');
|
||||
|
|
Loading…
Reference in a new issue