168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
-
+
-
-
+
+
|
}
});
PS.e.previewModeLabel.innerText =
PS.renderModeLabels[PS.renderModes[PS.renderModes.selectedIndex]];
/**
The 'pikchrshow-ready' event is fired (with no payload) when the
The 'pikchr-ready' event is fired (with no payload) when the
wasm module has finished loading. */
PS.addMsgHandler('pikchrshow-ready', function(){
PS.clearMsgHandlers('pikchrshow-ready');
PS.addMsgHandler('pikchr-ready', function(){
PS.clearMsgHandlers('pikchr-ready');
F.page.onPikchrshowLoaded();
});
/**
Performs all app initialization which must wait until after the
worker module is loaded. This function removes itself when it's
called.
|