Commit fbe522eb authored by Dave Hoover's avatar Dave Hoover

Need to provide updateFiles to StorageHandler

parent 289cec44
......@@ -75,7 +75,7 @@ var run = function() {
var SOL_CACHE_FILE_PREFIX = 'sol-cache-file-';
var storageHandler = new StorageHandler(SOL_CACHE_FILE_PREFIX);
var storageHandler = new StorageHandler(updateFiles, SOL_CACHE_FILE_PREFIX);
window.syncStorage = storageHandler.sync;
storageHandler.sync();
......
function StorageHandler(SOL_CACHE_FILE_PREFIX) {
function StorageHandler(updateFiles, SOL_CACHE_FILE_PREFIX) {
this.sync = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment