Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support CommonJS environments by accentuating the need for a window with a ↵ | Timmy Willison | 2013-07-04 | 1 | -21/+0 |
| | | | | document. Fixes #13768. | ||||
* | Fix #13789: Don't throw when module === null. Close gh-1269. Close gh-1280. ↵ | Eddie Monge | 2013-05-29 | 1 | -1/+1 |
| | | | | (cherry-picked from eabb56c27484cbffd2ce4951f661df83c91e5d7a) | ||||
* | Remove the define.amd.jQuery check, close gh-1150. | jrburke | 2013-04-03 | 1 | -16/+19 |
| | | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
| | |||||
* | Landing pull request 586. Create exports.js for exporting jQuery to window ↵ | jrburke | 2011-11-14 | 1 | -0/+22 |
and AMD. Fixes #10687. More Details: - https://github.com/jquery/jquery/pull/586 - http://bugs.jquery.com/ticket/10687 |