Skip to content

Commit d68a7f3

Browse files
committed
5.0.0-rc1
1 parent f1aaa4f commit d68a7f3

31 files changed

+132
-58
lines changed

lazysizes-umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
addEventListener('hashchange', throttledCheckElements, true);
616616

617617
//, 'fullscreenchange'
618-
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend', 'webkitAnimationEnd'].forEach(function(name){
618+
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend'].forEach(function(name){
619619
document[_addEventListener](name, throttledCheckElements, true);
620620
});
621621

lazysizes-umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazysizes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
addEventListener('hashchange', throttledCheckElements, true);
613613

614614
//, 'fullscreenchange'
615-
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend', 'webkitAnimationEnd'].forEach(function(name){
615+
['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend'].forEach(function(name){
616616
document[_addEventListener](name, throttledCheckElements, true);
617617
});
618618

0 commit comments

Comments
 (0)