Use ECMAScript standard, section 9.3, to decide what's a number
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 3 Sep 2008 13:45:10 +0000 (13:45 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 3 Sep 2008 13:45:10 +0000 (13:45 +0000)
commitff674ad8e70047f6ef927b0028728a813320ad2a
tree957856cf0bc3bf36ab9db6807cb46ecb115edd07
parent14b3a9d51a4243622d60a5e543a1668998818b94
Use ECMAScript standard, section 9.3, to decide what's a number

r40348 was kind of broken, in terms of considering strings like "e" to be numbers.  The version before that would also act incorrectly for strings like ".".
skins/common/wikibits.js