From 5bdd5f0c17464b5ffa48299ef4c01d3ae85a0ead Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Aug 2015 05:57:55 -0400 Subject: [PATCH] fix(operation) processFiles: files not defined --- lib/client/operation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/operation.js b/lib/client/operation.js index 97742d83..57970938 100644 --- a/lib/client/operation.js +++ b/lib/client/operation.js @@ -311,7 +311,7 @@ * @param operation */ function processFiles(data, operation, message) { - var name, selFiles, + var name, selFiles, files, Info = DOM.CurrentInfo, panel, shouldAsk,