| 65 | |
| 66 | //dynamic superclass, since we don't know have deck.Layer in the declaration phase |
| 67 | class __CubeLayer extends base.deck.Layer<Cube> { |
| 68 | |
| 69 | static layerName = 'CubeLayer'; |
| 70 | static defaultProps = defaultProps; |
nothing calls this directly
no outgoing calls
no test coverage detected