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:
Timmy Willison
2013-08-15 20:38:48 -04:00
parent f5b1a8eab7
commit 7315861813
10 changed files with 21 additions and 12 deletions

View File

@@ -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 ) {