()
| 65510 | _inherits(ScreenGridLayer, _Layer); |
| 65511 | |
| 65512 | function ScreenGridLayer() { |
| 65513 | _classCallCheck(this, ScreenGridLayer); |
| 65514 | |
| 65515 | return _possibleConstructorReturn(this, _getPrototypeOf(ScreenGridLayer).apply(this, arguments)); |
| 65516 | } |
| 65517 | |
| 65518 | _createClass(ScreenGridLayer, [{ |
| 65519 | key: "getShaders", |
nothing calls this directly
no test coverage detected