X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=ef5f01021e674f1d40e4e9a17ec2d605e9858ebf;hb=e083d15fc786a853e54b800e3798536f1d958301;hp=249fb150970523d71c1b51930f6a480fdfb60805;hpb=209751fcbd8a42eef68df44c875763b6af8a5474;p=jquery.git diff --git a/src/support.js b/src/support.js index 249fb15..ef5f010 100644 --- a/src/support.js +++ b/src/support.js @@ -20,7 +20,7 @@ jQuery.support = { // IE strips leading whitespace when .innerHTML is used - leadingWhitespace: div.firstChild.nodeType == 3, + leadingWhitespace: div.firstChild.nodeType === 3, // Make sure that tbody elements aren't automatically inserted // IE will insert them into empty tables