summaryrefslogtreecommitdiffstats
path: root/platform/javascript/native/library_godot_os.js
diff options
context:
space:
mode:
Diffstat (limited to 'platform/javascript/native/library_godot_os.js')
-rw-r--r--platform/javascript/native/library_godot_os.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/javascript/native/library_godot_os.js b/platform/javascript/native/library_godot_os.js
index ed48280674..a1424a691a 100644
--- a/platform/javascript/native/library_godot_os.js
+++ b/platform/javascript/native/library_godot_os.js
@@ -53,7 +53,6 @@ autoAddDeps(IDHandler, "$IDHandler");
mergeInto(LibraryManager.library, IDHandler);
const GodotConfig = {
-
$GodotConfig__postset: 'Module["initConfig"] = GodotConfig.init_config;',
$GodotConfig: {
canvas: null,
@@ -209,7 +208,6 @@ const GodotOS = {
'GodotOS._fs_sync_promise = Promise.resolve();',
].join(''),
$GodotOS: {
-
request_quit: function() {},
_async_cbs: [],
_fs_sync_promise: null,