Browse Source

fixed lubusy

tags/0.1.0
Robin Thoni 9 years ago
parent
commit
0e91c96277
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lubusy.js

+ 1
- 1
src/lubusy.js View File

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

Loading…
Cancel
Save