ソースを参照

fixed lubusy

tags/0.1.0
Robin Thoni 8年前
コミット
0e91c96277
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/lubusy.js

+ 1
- 1
src/lubusy.js ファイルの表示

@@ -94,7 +94,7 @@ angular.module('luticateUtils')
94 94
                     });
95 95
                 }
96 96
                 addTemplate(options.templateLoader, 'loaderSplashIsActive()');
97
-                //addTemplate(options.templateError, 'errorSplashIsActive()');
97
+                addTemplate(options.templateError, 'errorSplashIsActive()');
98 98
             }
99 99
         };
100 100
     }

読み込み中…
キャンセル
保存