aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports.js
Commit message (Collapse)AuthorAgeFilesLines
* 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