From cf12d2eb82920467dc0090646a1f6ba9598b43a7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 23 Oct 2014 07:37:25 -0400 Subject: [PATCH] chore(dom) add ";" --- 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 e2b57a9f..5628b503 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1610,7 +1610,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; setCurrent = function() { var current = DOM.getCurrentByName(name); DOM.setCurrentFile(current); - } + }; if (!data) { CloudCmd.refresh(panel);