MCPcopy Index your code
hub / github.com/clips/pattern / $

Function $

pattern/canvas.js:16–18  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

14
15try { $; } catch(e) {
16 function $(id) {
17 return document.getElementById(id);
18 }
19}
20
21function attachEvent(element, name, f) {

Callers 2

canvas.jsFile · 0.85
widgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected