update script

main
nurbek 3 years ago
parent 0e32fe1929
commit 6dbb47db20

@ -542,7 +542,7 @@
"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.", "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": [ "scripts": [
"cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1",
"/assets/js/lib/intersection-observer\\.min\\.js" "/assets/(?:.+)?intersection-observer\\.[\\d\\w\\.]+\\.js"
], ],
"website": "https://www.w3.org/TR/intersection-observer" "website": "https://www.w3.org/TR/intersection-observer"
}, },

Loading…
Cancel
Save