aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports.js
Commit message (Collapse)AuthorAgeFilesLines
* Support CommonJS environments by accentuating the need for a window with a ↵Timmy Willison2013-07-041-21/+0
| | | | document. Fixes #13768.
* Fix #13789: Don't throw when module === null. Close gh-1269. Close gh-1280. ↵Eddie Monge2013-05-291-1/+1
| | | | (cherry-picked from eabb56c27484cbffd2ce4951f661df83c91e5d7a)
* Remove the define.amd.jQuery check, close gh-1150.jrburke2013-04-031-16/+19
| | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
|
* Landing pull request 586. Create exports.js for exporting jQuery to window ↵jrburke2011-11-141-0/+22
and AMD. Fixes #10687. More Details: - https://github.com/jquery/jquery/pull/586 - http://bugs.jquery.com/ticket/10687