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

Method origin

resources/vega.min.js:14186–14190  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

14184 return this._el && this._el.firstChild;
14185 }
14186 origin(t) {
14187 return arguments.length
14188 ? ((this._origin = t || [0, 0]), this)
14189 : this._origin.slice();
14190 }
14191 scene(t) {
14192 return arguments.length ? ((this._scene = t), this) : this._scene;
14193 }

Callers 2

initializeMethod · 0.95
evaluateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected