mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix most of the broken tests in oldIE. Build order issue.
- attr requires val for attaching to the nodeHook as a valHook for buttons
This commit is contained in:
parent
2b6a7b1caf
commit
dc0d3b42c9
@ -1,6 +1,6 @@
|
|||||||
define([
|
define([
|
||||||
|
"./attributes/val",
|
||||||
"./attributes/attr",
|
"./attributes/attr",
|
||||||
"./attributes/prop",
|
"./attributes/prop",
|
||||||
"./attributes/classes",
|
"./attributes/classes"
|
||||||
"./attributes/val"
|
|
||||||
]);
|
]);
|
||||||
|
@ -2,6 +2,7 @@ define([
|
|||||||
"../core",
|
"../core",
|
||||||
"../var/rnotwhite",
|
"../var/rnotwhite",
|
||||||
"../var/strundefined",
|
"../var/strundefined",
|
||||||
|
"./val",
|
||||||
"../selector",
|
"../selector",
|
||||||
"../support"
|
"../support"
|
||||||
], function( jQuery, rnotwhite, strundefined ) {
|
], function( jQuery, rnotwhite, strundefined ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user