From e083d15fc786a853e54b800e3798536f1d958301 Mon Sep 17 00:00:00 2001 From: jeresig Date: Mon, 21 Dec 2009 18:02:02 -0500 Subject: Tweaked a couple cases where == was used instead of ===. --- src/manipulation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manipulation.js') diff --git a/src/manipulation.js b/src/manipulation.js index cfb9c9d61..4f7ee6504 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 : []; -- cgit v1.2.3