diff --git a/emcc.py b/emcc.py index e17170af7dbf..2e4f434b4058 100755 --- a/emcc.py +++ b/emcc.py @@ -1337,7 +1337,7 @@ def check(input_file): # Always build with STRICT mode enabled shared.Settings.STRICT = 1 - # Always use the new HTML5 API event target lookup rules (TODO: enable this when the other PR lands) + # Always use the new HTML5 API event target lookup rules shared.Settings.DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR = 1 # In asm.js always use memory init file to get the best code size, other modes are not currently supported.