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