main
nurbek 3 years ago
parent 2cf0b8a2b2
commit 0e32fe1929

@ -540,7 +540,10 @@
59
],
"description": "Intersection Observer is a browser API that provides a way to observe the visibility and position of a DOM element relative to the containing root element or viewport.",
"scripts": "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1",
"scripts": [
"cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1",
"/assets/js/lib/intersection-observer\\.min\\.js"
],
"website": "https://www.w3.org/TR/intersection-observer"
},
"Invenio": {