Skip to content

Commit

Permalink
flippy-framey.js : use provided thumbs.images if provided
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuz committed Sep 9, 2015
1 parent 89f7c04 commit 3aa1238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flippy-framey.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See https://github.com/WilliamsNY/flippy-framey for more details");
return;
}else{
var thumbs=flipper.thumbs=opt.thumbs;
thumbs.images={};
thumbs.images=opt.images||{};

thumbs.validated=validate(thumbs);
if(Object.keys(thumbs.validated).length){
Expand Down
2 changes: 1 addition & 1 deletion flippy-framey.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3aa1238

Please sign in to comment.