Allow app load to be suspended to let sourcemaps load

This commit is contained in:
Joe Fiorini
2015-03-05 11:49:34 -05:00
parent e653e9561a
commit af9aca9806
2 changed files with 41 additions and 1 deletions
+4 -1
View File
@@ -56,7 +56,10 @@ import 'tower/shared/InventoryTree';
import 'tower/shared/Timer';
import 'tower/shared/Socket';
/*#if DEBUG#*/
import {__deferLoadIfEnabled} from 'tower/debug';
__deferLoadIfEnabled();
/*#endif#*/
var tower = angular.module('Tower', [
'ngRoute',