X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=4f7ee650495205b9112a703173d1281d331b9b4c;hb=e083d15fc786a853e54b800e3798536f1d958301;hp=cfb9c9d61c4d0dbc2ff2a4b8fd2561a827e6a1c2;hpb=209751fcbd8a42eef68df44c875763b6af8a5474;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index cfb9c9d..4f7ee65 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -416,7 +416,7 @@ jQuery.extend({ div.firstChild && div.firstChild.childNodes : // String was a bare or - wrap[1] == "" && !hasBody ? + wrap[1] === "
" && !hasBody ? div.childNodes : [];