code comment tweaks

This commit is contained in:
Andy Gup 2014-06-06 10:10:22 -06:00
parent 74bf9c03bc
commit 58250bdc26

View File

@ -1,5 +1,12 @@
/**
* Helper Class for working with the application cache.
*
* Listen for the following events:
* UPDATE_READY - an update to the cache is ready
* UPDATE_NONE - the cache hasn't changed since the last app load.
* CACHE_LOADED - the cache has finished loading.
* CACHE_ERROR - an error was thrown by the browser while attempting to load the cache.
*
* For more information on application cache:
* https://developer.mozilla.org/en-US/docs/HTML/Using_the_application_cache
* Many thanks and all kudos go to the following blog posts: