jquery/src
Michał Gołębiowski 91586997e0 Change window to global in the most outer IIFE parameters. (cherry-picked from dc649a33e0)
In the most outer IIFE it’s not yet known if the global is window or not.
Using the window variable to denote the global was misleading in that case,
especially that the code didn’t make such assumption, requiring to provide
a Web-like window separately. Renaming window to global clears the confusion.
2013-11-17 01:08:53 +01:00
..
ajax Fix #14503: Cast to string before setting XHR header. Close gh-1427. 2013-11-14 20:32:56 -05:00
attributes Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
core Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
css Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
data Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
effects Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
event Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
exports No ticket. Restore checking individual src/**/*.js files by jsHint. 2013-09-06 20:31:48 +02:00
manipulation Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
queue AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. 2013-08-15 15:49:49 -04:00
traversing Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects. 2013-09-09 22:51:11 -05:00
var Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects. 2013-09-09 22:51:11 -05:00
.jshintrc Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283. 2013-07-11 12:59:44 -04:00
ajax.js Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. 2013-11-13 22:55:12 -05:00
attributes.js All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes. 2013-09-09 12:07:40 -04:00
callbacks.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
core.js Fixes #14450. Remove CommonJS+AMD syntax. 2013-10-15 11:59:16 -04:00
css.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
data.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
deferred.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
deprecated.js Apply consistent ordering in all modules. -219 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend. 2013-09-09 12:22:37 -04:00
dimensions.js Apply consistent ordering in all modules. -219 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend. 2013-09-09 12:22:37 -04:00
effects.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
event.js Ref #14180, let focusin/out work on non-element targets. 2013-11-14 16:40:22 -05:00
intro.js Change window to global in the most outer IIFE parameters. (cherry-picked from dc649a33e0) 2013-11-17 01:08:53 +01:00
jquery.js Fix #10814. Fix #14084. Make support tests lazy and broken out to components. 2013-09-06 03:40:49 +02:00
manipulation.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
offset.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
outro.js No ticket. Restore checking individual src/**/*.js files by jsHint. 2013-09-06 20:31:48 +02:00
queue.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
selector-sizzle.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
selector.js No ticket. Restore checking individual src/**/*.js files by jsHint. 2013-09-06 20:31:48 +02:00
serialize.js Fix some code style inconsistencies 2013-11-07 22:09:33 +01:00
support.js Fix failing support test in IE6/7 2013-09-11 17:58:38 -05:00
traversing.js Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. 2013-11-06 10:27:48 -05:00
wrap.js Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects. 2013-09-09 22:51:11 -05:00