aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/classes.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-09-09 19:13:01 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-09-09 22:51:11 -0500
commit2f627494f28c08e5bba3c32d6c9d9167503322fc (patch)
treef05e01ccebcf4d8c9db7475083d1d99359cc0402 /src/attributes/classes.js
parent6c573391121c61b6e3797005c0fa932ae94ef4d1 (diff)
downloadjquery-2f627494f28c08e5bba3c32d6c9d9167503322fc.tar.gz
jquery-2f627494f28c08e5bba3c32d6c9d9167503322fc.zip
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects.
Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js
Diffstat (limited to 'src/attributes/classes.js')
-rw-r--r--src/attributes/classes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes/classes.js b/src/attributes/classes.js
index 6ac81392d..64bc747c5 100644
--- a/src/attributes/classes.js
+++ b/src/attributes/classes.js
@@ -1,7 +1,8 @@
define([
"../core",
"../var/rnotwhite",
- "../var/strundefined"
+ "../var/strundefined",
+ "../core/init"
], function( jQuery, rnotwhite, strundefined ) {
var rclass = /[\t\r\n\f]/g;