mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(client) exec.with
This commit is contained in:
parent
825d58a3ae
commit
4f3f7f4a36
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ var Util, DOM, CloudFunc, join;
|
|||
Util.exec.series([
|
||||
initModules,
|
||||
baseInit,
|
||||
Util.exec.with(CloudCmd.route, location.hash)
|
||||
function() {
|
||||
CloudCmd.route(location.hash);
|
||||
}
|
||||
]);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue