Permalink
Please
sign in to comment.
Browse files
exports/global: Do not attach global variables for most CommonJS envi…
…ronments For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645.
- Loading branch information
Showing
with
8 additions
and 5 deletions.
- +6 −3 src/exports/global.js
- +2 −2 src/intro.js
0 comments on commit
e0fad09