diff --git a/lib/client.js b/lib/client.js index b8d21e30..2ba96c49 100644 --- a/lib/client.js +++ b/lib/client.js @@ -138,7 +138,7 @@ var Util, DOM, CloudFunc; Util.loadOnLoad([ initModules, baseInit, - CloudCmd.route.bind(null, location.hash), + Util.bind(CloudCmd.route, location.hash) ]); }, lFunc = function(pCallBack) { @@ -192,7 +192,7 @@ var Util, DOM, CloudFunc; var i, n, module, storageObj, mod, name, path, STORAGE = 'storage', - showLoadFunc = Images.showLoad.bind(null, { + showLoadFunc = Util.bind(Images.showLoad, { top:true }),