From ad92457c72cc2fcb19b6fecaf42c05519232f169 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 21 Nov 2013 11:54:21 +0000 Subject: [PATCH] chore(dom) loadCurrentHash, loadCurrentTime params --- lib/client/dom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/client/dom.js b/lib/client/dom.js index 8603fa4f..f0804880 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1390,6 +1390,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; /** * load hash + * @pCallBack * @pCurrentFile */ this.loadCurrentHash = function(pCallBack, pCurrent) { @@ -1405,6 +1406,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; /** * load current modification time of file + * @pCallBack * @pCurrentFile */ this.loadCurrentTime = function(pCallBack, pCurrent) {