Removed useless code from bootstrap

This commit is contained in:
Marcin Kurczewski 2014-09-01 00:22:17 +02:00
parent 16dec4894f
commit 2b2aa04aea

View file

@ -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');