diff --git a/lib/client.js b/lib/client.js index 7a3f1300..2ff03b8a 100644 --- a/lib/client.js +++ b/lib/client.js @@ -196,15 +196,13 @@ var Util, DOM, CloudFunc; pModules = pModules || []; var i, n, module, storageObj, mod, name, path, - STORAGE = 'storage', - showLoadFunc = Util.bind(Images.showLoad, { - top:true - }), + STORAGE = 'storage', + showLoad = Images.showLoad.bind(Images), - doBefore = { - 'edit' : showLoadFunc, - 'view' : showLoadFunc, - 'menu' : showLoadFunc + doBefore = { + 'edit' : showLoad, + 'view' : showLoad, + 'menu' : showLoad }, load = function(name, path, func) {