Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.farkas committed Aug 16, 2016
2 parents 99310b5 + 7066ead commit b3947be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/object-fit/ls.object-fit.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
var hideElement = element;
var container = element.parentNode;

if(container.nodeName.toLowerCase() == 'PICTURE'){
if(container.nodeName.toUpperCase() == 'PICTURE'){
hideElement = container;
container = container.parentNode;
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/object-fit/ls.object-fit.min.js

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

0 comments on commit b3947be

Please sign in to comment.