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.
This commit is contained in:
@@ -6,7 +6,9 @@ define([
|
||||
"./css/defaultDisplay",
|
||||
"./data/var/data_priv",
|
||||
"./core/swap",
|
||||
"./selector" // contains
|
||||
"./core/ready",
|
||||
"./selector", // contains
|
||||
"./support"
|
||||
], function( jQuery, pnum, cssExpand, isHidden, defaultDisplay, data_priv ) {
|
||||
var curCSS,
|
||||
// swappable if display is none or starts with table except "table", "table-cell", or "table-caption"
|
||||
|
||||
Reference in New Issue
Block a user