From 1eaa6f5a47022019aa3ff2e02765818161972483 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 13 May 2015 10:44:49 -0400 Subject: [PATCH] fix(dom) processFiles refresh: add callback --- lib/client/dom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 6fec2d09..c91504a6 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1656,8 +1656,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; DOM.setCurrentFile(current); }; - CloudCmd.refresh(panelPassive, {noCurrent: true}); - + CloudCmd.refresh(panelPassive, {noCurrent: true}, function() {}); CloudCmd.refresh(panel, setCurrent); }); });