]> source.dussan.org Git - jquery.git/commit
exports/global: Do not attach global variables for most CommonJS environments
authorTimmy Willison <timmywillisn@gmail.com>
Fri, 20 Dec 2013 23:39:16 +0000 (18:39 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 20 Dec 2013 23:39:16 +0000 (18:39 -0500)
commite0fad093b63d2d197a9c59ccce8896d75a83c95e
treec824f51a649e3a3abc398faf38ad1c46ae4dce5d
parent281808f61d2ea5e47a1be2b9d1a4577194aa1a86
exports/global: Do not attach global variables for most CommonJS environments

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.
src/exports/global.js
src/intro.js