LibreOffice Theme Part 2: GTK Color Customization
[LibreOffice.git] / static / emscripten / environment.js
blobde978115af752964976b541ca6d23d9305b411ad
1 if (!('preRun' in Module)) Module['preRun'] = [];
2 Module.preRun.push(function() {
3     ENV.MAX_CONCURRENCY = '4';
4 });
5 Module.ignoreApplicationExit = true;