Tweaked a couple cases where == was used instead of ===.

This commit is contained in:
jeresig 2009-12-21 18:02:02 -05:00
parent 209751fcbd
commit e083d15fc7
4 changed files with 6 additions and 6 deletions

View file

@ -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