You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistent quoting for Module['canvas']. NFC (#22876)
127 or the 150 references to Module['canvas'] were already quoted. In
general this is how we handle properties of the Module object that we
don't want closure to minify. Once I do the same for the ctx object we
can remove the closure type annotation completely from shell.js.
0 commit comments