summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/core/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/core/init.js')
-rw-r--r--js/vendor/jquery/src/core/init.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/vendor/jquery/src/core/init.js b/js/vendor/jquery/src/core/init.js
index daf5d1909..7e83a0496 100644
--- a/js/vendor/jquery/src/core/init.js
+++ b/js/vendor/jquery/src/core/init.js
@@ -38,7 +38,7 @@ var rootjQuery,
if ( match[1] ) {
context = context instanceof jQuery ? context[0] : context;
- // scripts is true for back-compat
+ // Option to run scripts is true for back-compat
// Intentionally let the error be thrown if parseHTML is not present
jQuery.merge( this, jQuery.parseHTML(
match[1],
@@ -66,8 +66,8 @@ var rootjQuery,
} else {
elem = document.getElementById( match[2] );
- // Check parentNode to catch when Blackberry 4.6 returns
- // nodes that are no longer in the document #6963
+ // Support: Blackberry 4.6
+ // gEBID returns nodes no longer in the document (#6963)
if ( elem && elem.parentNode ) {
// Inject the element directly into the jQuery object
this.length = 1;