mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(client) bind -> Util.bind
This commit is contained in:
parent
87bd317f64
commit
c0a6d9bf75
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue