chore(client) add ";"

This commit is contained in:
coderaiser 2015-07-21 10:53:09 -04:00
parent 1322993cc9
commit afeb59b1ca

View file

@ -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;