aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2013-08-16 14:36:08 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-16 14:36:08 -0400
commit49670c5f483d944eafdcc494e697f04fd6d9fbbd (patch)
treee5631bc8f550f9cc3ad50953b5034c58c9545452 /src/manipulation.js
parentca4a0075247ddeaa3fceb42179aa278bf28669f8 (diff)
downloadjquery-49670c5f483d944eafdcc494e697f04fd6d9fbbd.tar.gz
jquery-49670c5f483d944eafdcc494e697f04fd6d9fbbd.zip
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready). Close gh-1335.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 8cc7624bf..faa11eb28 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -3,13 +3,14 @@ define([
"./var/concat",
"./var/push",
"./var/deletedIds",
+ "./var/strundefined",
"./manipulation/var/rcheckableType",
"./data/accepts",
"./selector",
"./traversing",
"./event",
"./support"
-], function( jQuery, concat, push, deletedIds, rcheckableType ){
+], function( jQuery, concat, push, deletedIds, strundefined, rcheckableType ){
function createSafeFragment( document ) {
var list = nodeNames.split( "|" ),