Tweaked a couple cases where == was used instead of ===.
[jquery.git] / src / manipulation.js
index cfb9c9d..4f7ee65 100644 (file)
@@ -416,7 +416,7 @@ jQuery.extend({
                                                        div.firstChild && div.firstChild.childNodes :
 
                                                        // String was a bare <thead> or <tfoot>
-                                                       wrap[1] == "<table>" && !hasBody ?
+                                                       wrap[1] === "<table>" && !hasBody ?
                                                                div.childNodes :
                                                                [];