From b48f708f919bc301278332478497ce2c48d2aeec Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 18 Mar 2014 08:42:08 -0400 Subject: [PATCH] fix(dom) loadCurrentTime: lCurrent -> current --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index f4e545fc..68034c82 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -833,7 +833,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; var RESTful = DOM.RESTful, current = currentFile || this.getCurrentFile(), query = '?time', - link = this.getCurrentPath(lCurrent); + link = this.getCurrentPath(current); RESTful.read(link + query, callback); };