Notify AppCache updates on load

pull/168/head
Thibaut 10 years ago
parent e2afa6e494
commit b858ba5096

@ -8,6 +8,7 @@ class app.AppCache
constructor: ->
@cache = applicationCache
@notifyUpdate = true
@onUpdateReady() if @cache.status is @cache.UPDATEREADY
$.on @cache, 'progress', @onProgress

Loading…
Cancel
Save