Skip to content

Commit

Permalink
Remove old TODO (emscripten-core#8412)
Browse files Browse the repository at this point in the history
This TODO is misleading as it was fixed in emscripten-core#8055.
  • Loading branch information
sbc100 authored and belraquib committed Dec 23, 2020
1 parent e56af4f commit e1c4371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e1c4371

Please sign in to comment.