MCPcopy Create free account
hub / github.com/alignoth/alignoth / initialize

Method initialize

resources/vega.min.js:14385–14391  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

14383 (this.dragleave = Nv([fv])));
14384 }
14385 initialize(t, e, n) {
14386 return (
14387 (this._canvas = t && nv(t, "canvas")),
14388 [bv, yv, dv, pv, gv, fv].forEach((t) => Tv(this, t)),
14389 super.initialize(t, e, n)
14390 );
14391 }
14392 canvas() {
14393 return this._canvas;
14394 }

Callers

nothing calls this directly

Calls 3

nvFunction · 0.85
TvFunction · 0.85
initializeMethod · 0.45

Tested by

no test coverage detected