aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/buildFragment.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/buildFragment.js')
-rw-r--r--src/manipulation/buildFragment.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manipulation/buildFragment.js b/src/manipulation/buildFragment.js
index cfdd1c0e6..1db3caa38 100644
--- a/src/manipulation/buildFragment.js
+++ b/src/manipulation/buildFragment.js
@@ -24,7 +24,7 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
// Add nodes directly
if ( jQuery.type( elem ) === "object" ) {
- // Support: Android<4.1, PhantomJS<2
+ // Support: Android <=4.0 only, PhantomJS 1 only
// push.apply(_, arraylike) throws on ancient WebKit
jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
@@ -47,7 +47,7 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
tmp = tmp.lastChild;
}
- // Support: Android<4.1, PhantomJS<2
+ // Support: Android <=4.0 only, PhantomJS 1 only
// push.apply(_, arraylike) throws on ancient WebKit
jQuery.merge( nodes, tmp.childNodes );