aboutsummaryrefslogtreecommitdiffstats
path: root/js/assets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/assets.js')
-rw-r--r--js/assets.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/assets.js b/js/assets.js
index 7190ca0..5219a82 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -388,7 +388,7 @@ api.unregisterAssetSource = function(assetKey) {
**/
-var assetCacheRegistryStatus,
+var assetCacheRegistryStatus = undefined,
assetCacheRegistryStartTime = Date.now(),
assetCacheRegistry = {};
@@ -426,7 +426,9 @@ var getAssetCacheRegistry = function(callback) {
});
};
- migrate(migrationDone);
+ // Probably not needed anymore
+ // Commented out until something breaks
+ // migrate(migrationDone);
};
var saveAssetCacheRegistry = (function() {