]> source.dussan.org Git - jquery.git/commitdiff
Fix most of the broken tests in oldIE. Build order issue.
authorTimmy Willison <timmywillisn@gmail.com>
Tue, 27 Aug 2013 02:54:17 +0000 (22:54 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Tue, 27 Aug 2013 03:29:33 +0000 (23:29 -0400)
- attr requires val for attaching to the nodeHook as a valHook for buttons

src/attributes.js
src/attributes/attr.js

index 82a806630ac92fdc4ae976f3bc93279e96e91db7..f25c96a404b7e51eac5d4f1abe7cd5a916224e72 100644 (file)
@@ -1,6 +1,6 @@
 define([
+       "./attributes/val",
        "./attributes/attr",
        "./attributes/prop",
-       "./attributes/classes",
-       "./attributes/val"
+       "./attributes/classes"
 ]);
index b282d11230c2b2ef20137d7ba5b6fd6a4a04e12a..15239e0f8c76f7eb2ffdf6fa20708f0ed9ac8223 100644 (file)
@@ -2,6 +2,7 @@ define([
        "../core",
        "../var/rnotwhite",
        "../var/strundefined",
+       "./val",
        "../selector",
        "../support"
 ], function( jQuery, rnotwhite, strundefined ) {