(_parent: D3Sel, _eventHandler: SimpleEventHandler)
| 23 | } |
| 24 | |
| 25 | constructor(_parent: D3Sel, _eventHandler: SimpleEventHandler) { |
| 26 | super(_parent, _eventHandler); |
| 27 | this.superInitHTML(); |
| 28 | // TODO:hack |
| 29 | // this.base.attr('class', ''); |
| 30 | this._init(); |
| 31 | } |
| 32 | |
| 33 | protected _init() { |
| 34 | this.psw = new PaintSelectWidget(this.base.node(), { |
nothing calls this directly
no test coverage detected