Revert broken r61251 use of strong equality
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 21 Jan 2010 21:34:26 +0000 (21:34 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 21 Jan 2010 21:34:26 +0000 (21:34 +0000)
commite342cc5e555274f1b0a1ce5367b0d16c6d1dac4d
tree17af37cebeadd7e9ac64a50a0fd65fb6d4782566
parent8e96d1d4715addde145bd2c0e89d310c07016307
Revert broken r61251 use of strong equality

== and === mean different things.  Do *not* blindly change one to the
other, *only* change them if you know that weak equality checks are
causing a bug -- or at least if you're sure that changing them will not
cause a bug.  r61251 caused subtle bugs in mwsuggest that took me an
unnecessarily long time to track down while I was doing unrelated work.
skins/common/mwsuggest.js