(options = {})
| 1382 | // |
| 1383 | // } |
| 1384 | superInitHTML(options = {}) { |
| 1385 | Object.keys(options).forEach(key => this.options[key] = options[key]); |
| 1386 | this.base = this.parent.append('div') |
| 1387 | .classed(this.css_name, true); |
| 1388 | } |
| 1389 | /** |
| 1390 | * Has to be called as last call in subclass constructor. |
| 1391 | * @param {{}} options |