()
| 47 | } |
| 48 | |
| 49 | initViews() { |
| 50 | this.panel = new Panel(); |
| 51 | this.panel.css({ |
| 52 | position: 'absolute', |
| 53 | top: 0, |
| 54 | right: 10 |
| 55 | }); |
| 56 | this.add(this.panel); |
| 57 | } |
| 58 | |
| 59 | addListeners() { |
| 60 | Stage.events.on('color_picker', this.onColorPicker); |
no test coverage detected