[API] Refactor out application initialization

...to simplify insertion of an imperative bundle registry,
WTD-450.
This commit is contained in:
Victor Woeltjen
2016-01-06 10:44:53 -08:00
parent 019e04f9ab
commit fdc875379f
3 changed files with 103 additions and 66 deletions

View File

@ -47,7 +47,6 @@ define(
function BundleLoader($http, $log) {
this.$http = $http;
this.$log = $log;
}
/**