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:
Timmy Willison 2013-08-26 22:54:17 -04:00
parent 2b6a7b1caf
commit dc0d3b42c9
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
define([ define([
"./attributes/val",
"./attributes/attr", "./attributes/attr",
"./attributes/prop", "./attributes/prop",
"./attributes/classes", "./attributes/classes"
"./attributes/val"
]); ]);

View File

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