mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
define([
|
||||
"./core",
|
||||
"./var/strundefined",
|
||||
"./core/swap"
|
||||
"./core/swap",
|
||||
// This is listed as a dependency for build order, but it's still optional in builds
|
||||
"./core/ready"
|
||||
], function( jQuery, strundefined ) {
|
||||
|
||||
jQuery.support = (function( support ) {
|
||||
|
||||
Reference in New Issue
Block a user