diff --git a/src/attributes.js b/src/attributes.js index 82a806630..f25c96a40 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -1,6 +1,6 @@ define([ + "./attributes/val", "./attributes/attr", "./attributes/prop", - "./attributes/classes", - "./attributes/val" + "./attributes/classes" ]); diff --git a/src/attributes/attr.js b/src/attributes/attr.js index b282d1123..15239e0f8 100644 --- a/src/attributes/attr.js +++ b/src/attributes/attr.js @@ -2,6 +2,7 @@ define([ "../core", "../var/rnotwhite", "../var/strundefined", + "./val", "../selector", "../support" ], function( jQuery, rnotwhite, strundefined ) {