MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / superInitHTML

Method superInitHTML

client_dist/ganpaint.js:1485–1489  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

1483 //
1484 // }
1485 superInitHTML(options = {}) {
1486 Object.keys(options).forEach(key => this.options[key] = options[key]);
1487 this.base = this.parent.append('div')
1488 .classed(this.css_name, true);
1489 }
1490 /**
1491 * Has to be called as last call in subclass constructor.
1492 * @param {{}} options

Callers 6

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected