MCPcopy Create free account
hub / github.com/alienkitty/space.js / initViews

Method initViews

src/ui/HeaderInfo.js:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

constructorMethod · 0.95

Calls 2

cssMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected