From afeb59b1caf559aa4c2ad327af8ac2bfcc1bb082 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 Jul 2015 10:53:09 -0400 Subject: [PATCH] chore(client) add ";" --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 357f383d..60be84c9 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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;