From 84fe10a6523a3a8f5d320469b77901b429f24e01 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 10 Mar 2016 17:05:54 -0500 Subject: [PATCH] chore(view) showImage: rm var --- lib/client/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/view.js b/lib/client/view.js index 4b0ce84a..23e5505b 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -195,8 +195,8 @@ var CloudCmd, Util, DOM, CloudFunc, $; var name = DOM.getCurrentName(file); return name !== current; }).map(function(file) { - var path = DOM.getCurrentPath(file); - var name = DOM.getCurrentName(file); + var path = DOM.getCurrentPath(file), + name = DOM.getCurrentName(file); return { href: prefixUrl + path,