()
| 65022 | _inherits(ScatterplotLayer, _Layer); |
| 65023 | |
| 65024 | function ScatterplotLayer() { |
| 65025 | _classCallCheck(this, ScatterplotLayer); |
| 65026 | |
| 65027 | return _possibleConstructorReturn(this, _getPrototypeOf(ScatterplotLayer).apply(this, arguments)); |
| 65028 | } |
| 65029 | |
| 65030 | _createClass(ScatterplotLayer, [{ |
| 65031 | key: "getShaders", |
nothing calls this directly
no test coverage detected