Skip to content

Commit

Permalink
5.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed May 5, 2019
1 parent f1aaa4f commit d68a7f3
Show file tree
Hide file tree
Showing 31 changed files with 132 additions and 58 deletions.
2 changes: 1 addition & 1 deletion lazysizes-umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
addEventListener('hashchange', throttledCheckElements, true);

//, 'fullscreenchange'
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend', 'webkitAnimationEnd'].forEach(function(name){
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend'].forEach(function(name){
document[_addEventListener](name, throttledCheckElements, true);
});

Expand Down
4 changes: 2 additions & 2 deletions lazysizes-umd.min.js

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

2 changes: 1 addition & 1 deletion lazysizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
addEventListener('hashchange', throttledCheckElements, true);

//, 'fullscreenchange'
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend', 'webkitAnimationEnd'].forEach(function(name){
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend'].forEach(function(name){
document[_addEventListener](name, throttledCheckElements, true);
});

Expand Down
Loading

0 comments on commit d68a7f3

Please sign in to comment.