MCPcopy Create free account
hub / github.com/microsoft/SandDance / Bundle

Function Bundle

docs/app/js/sanddance-app.js:125846–125849  ·  view source on GitHub ↗
(context, beta)

Source from the content-addressed store, hash-verified

125844parcelHelpers.defineInteropFlag(exports);
125845var _basisJs = require("./basis.js");
125846function Bundle(context, beta) {
125847 this._basis = new (0, _basisJs.Basis)(context);
125848 this._beta = beta;
125849}
125850Bundle.prototype = {
125851 lineStart: function() {
125852 this._x = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected