Remove is_khtml again
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 16 Jul 2009 02:58:30 +0000 (02:58 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 16 Jul 2009 02:58:30 +0000 (02:58 +0000)
commitf1f200b62e9481995474782e83eab578b14650a3
tree0826695830c0d677e7d985df236826bf05bcf681
parent1448cbd733cbc0558e4c5481e2c4ba35c58ee952
Remove is_khtml again

This variable is completely misnamed, since it matches WebKit as well.
It's also almost certainly completely useless, since the probability of
some bug existing in all versions of KHTML/WebKit past, present, and
future is approximately zero.  Use capability testing if at all
possible; and if it's not possible, then at least check "browser X
version <= y".  *Never* check for just "browser X"!  That will always
break if a new, fixed version comes out.
skins/common/wikibits.js