aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.js')
-rw-r--r--src/core/init.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/init.js b/src/core/init.js
index 9357e05a3..d261cd46b 100644
--- a/src/core/init.js
+++ b/src/core/init.js
@@ -1,9 +1,10 @@
// Initialize a jQuery object
define([
"../core",
+ "../var/document",
"./var/rsingleTag",
"../traversing/findFilter"
-], function( jQuery, rsingleTag ) {
+], function( jQuery, document, rsingleTag ) {
// A central reference to the root jQuery(document)
var rootjQuery,