Update app.js

This commit is contained in:
Tankred Hase 2014-12-10 20:58:32 +01:00
parent fdb94e4e20
commit 6eeba1ad2f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use strict';
// Check if a new ApaCache is available on page load.
// Check if a new AppCache is available on page load.
if (typeof window.applicationCache !== 'undefined') {
window.onload = function() {
window.applicationCache.onupdateready = function() {
@ -155,4 +155,4 @@ function bootstrap() {
angular.element(document).ready(function() {
angular.bootstrap(document, ['mail']);
});
}
}