Remove appCache handling from client js

This commit is contained in:
Samy Pessé
2014-08-09 18:15:41 -07:00
parent e917fd28e0
commit 6d841c909b
3 changed files with 2 additions and 21 deletions
+1 -5
View File
@@ -2,7 +2,6 @@ define([
"jQuery",
"utils/storage",
"utils/sharing",
"utils/appcache",
"core/events",
"core/font-settings",
@@ -12,7 +11,7 @@ define([
"core/progress",
"core/sidebar",
"core/search"
], function($, storage, appCache, sharing, events, fontSettings, state, keyboard, navigation, progress, sidebar, search){
], function($, storage, sharing, events, fontSettings, state, keyboard, navigation, progress, sidebar, search){
var start = function(config) {
var $book;
$book = state.$book;
@@ -31,9 +30,6 @@ define([
// Init keyboard
keyboard.init();
// Init appcache
appCache.init();
// Bind sharing button
sharing.init();