chore(view) showImage: rm var

This commit is contained in:
coderaiser 2016-03-10 17:05:54 -05:00
parent 92e4e1a76d
commit 84fe10a652

View file

@ -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,