refactor(client) bind -> Util.bind

This commit is contained in:
coderaiser 2014-02-12 05:02:14 -05:00
parent 87bd317f64
commit c0a6d9bf75

View file

@ -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
}),