MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / select

Function select

assets/js/unsub_page.js:73–75  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

71var animate = (function() {
72
73 var select = function(el) {
74 return document.getElementById(el);
75 };
76 var svg = select("svg"),
77 blob1 = select("blob-1"),
78 blob3 = select("blob-3"),

Callers 1

unsub_page.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected