aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/lazyload.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/lazyload.js')
-rw-r--r--web/js/lazyload.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/lazyload.js b/web/js/lazyload.js
index 50cc8c46e..770fc62d4 100644
--- a/web/js/lazyload.js
+++ b/web/js/lazyload.js
@@ -1,3 +1,5 @@
+// jshint esversion: 6
+
(function(){
if (!('IntersectionObserver' in window)) {
return;