Skip to content

Commit

Permalink
Revert "Remove old TODO (emscripten-core#8412)"
Browse files Browse the repository at this point in the history
This reverts commit f666f9f.
  • Loading branch information
VirtualTim authored May 23, 2019
1 parent bcf8707 commit ffe7c88
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
# Always use the new HTML5 API event target lookup rules (TODO: enable this when the other PR lands)
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 ffe7c88

Please sign in to comment.