MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / constructor

Method constructor

renderer/renderJS/setup_ui.js:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 update = []
65
66 constructor () {
67 window.settings.receive('settings:invalidate', () => { this.forceUpdate() })
68 this.init()
69 }
70
71 init() {
72 for ( const element of document.querySelectorAll('page-replace')) {

Callers

nothing calls this directly

Calls 2

forceUpdateMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected