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([
|
||||
"./attributes/val",
|
||||
"./attributes/attr",
|
||||
"./attributes/prop",
|
||||
"./attributes/classes",
|
||||
"./attributes/val"
|
||||
"./attributes/classes"
|
||||
]);
|
||||
|
@ -2,6 +2,7 @@ define([
|
||||
"../core",
|
||||
"../var/rnotwhite",
|
||||
"../var/strundefined",
|
||||
"./val",
|
||||
"../selector",
|
||||
"../support"
|
||||
], function( jQuery, rnotwhite, strundefined ) {
|
||||
|
Loading…
Reference in New Issue
Block a user