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 | -24/+0 |
| | | | | document. Fixes #13768. | ||||
* | Fix #13789: Don't throw when module === null. Close gh-1269. | Eddie Monge | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Fixes #13566. If there is a window object, and it has a document property, ↵ | Rick Waldron | 2013-04-04 | 1 | -2/+3 |
| | | | | | | it might be the window we want, so define jQuery and $. Thanks to @dcherman for saving us from that embarrassment! Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes #13566. If there is a window object, define jQuery and $ | Rick Waldron | 2013-04-04 | 1 | -3/+5 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Remove the define.amd.jQuery check, ref gh-1150. | jrburke | 2013-02-28 | 1 | -13/+8 |
| | |||||
* | Support node-like module loaders. Closes gh-1103 | isaacs | 2013-02-20 | 1 | -16/+24 |
| | |||||
* | 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 |