mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(client) add ";"
This commit is contained in:
parent
1322993cc9
commit
afeb59b1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ var Util, DOM, CloudFunc, join;
|
|||
notSlashlLink = CloudFunc.rmLastSlash(path);
|
||||
|
||||
if (options)
|
||||
noCurrent = options.noCurrent
|
||||
noCurrent = options.noCurrent;
|
||||
|
||||
if (!callback && typeof options === 'function') {
|
||||
callback = options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue