Skip to content

Commit

Permalink
fix(view) showImage: getSelectedNames -> getFilenames
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 15, 2015
1 parent c74618f commit 8149939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
var config,
current = Info.name,
files = [].slice.call(Info.files),
names = DOM.getSelectedNames(files)
names = DOM.getFilenames(files)
.filter(isImage)
.filter(function(name) {
return name !== current;
Expand Down

0 comments on commit 8149939

Please sign in to comment.