MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / _initLayout

Method _initLayout

src/js/timenav/TimeAxis.js:248–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 /* Private Methods
247 ================================================== */
248 _initLayout() {
249 this._el.content_container = DOM.create("div", "tl-timeaxis-content-container", this._el.container);
250 this._el.major = DOM.create("div", "tl-timeaxis-major", this._el.content_container);
251 this._el.minor = DOM.create("div", "tl-timeaxis-minor", this._el.content_container);
252
253 // Fire event that the slide is loaded
254 this.onLoaded();
255 }
256
257 _initEvents() {
258

Callers 1

constructorMethod · 0.95

Calls 1

onLoadedMethod · 0.45

Tested by

no test coverage detected