From f09a90bbf159620d584b1396fdd12764a126fbe2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 22 May 2014 07:25:33 -0400 Subject: [PATCH] refactor(client) ajaxLoad --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index e4b40eb9..ddbdfb48 100644 --- a/lib/client.js +++ b/lib/client.js @@ -376,7 +376,7 @@ var Util, DOM, CloudFunc; Storage.get(cleanPath, function(json) { var RESTful = DOM.RESTful, obj = Util.parseJSON(json), - isRefresh = options && options.refresh; + isRefresh = options.refresh; if (!isRefresh && json) CloudCmd.createFileTable(obj, panel);