mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed useless code from bootstrap
This commit is contained in:
@ -21,13 +21,8 @@ App.Bootstrap = function(auth, router) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
|
||||||
startRouting: startRouting,
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
App.DI.registerSingleton('bootstrap', App.Bootstrap);
|
App.DI.registerSingleton('bootstrap', App.Bootstrap);
|
||||||
App.DI.registerManual('jQuery', function() { return $; });
|
App.DI.registerManual('jQuery', function() { return $; });
|
||||||
|
App.DI.get('bootstrap');
|
||||||
var bootstrap = App.DI.get('bootstrap');
|
|
||||||
|
Reference in New Issue
Block a user