]> source.dussan.org Git - jquery.git/commit
Fix #7579. Don't convert to number if it changes the string. Close gh-852.
authorDave Methvin <dave.methvin@gmail.com>
Wed, 25 Jul 2012 14:19:09 +0000 (10:19 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 25 Jul 2012 14:28:50 +0000 (10:28 -0400)
commitce15bd7d0c14106521bd21179b1507f2863d1960
treeff32cd39f4c5d290e5d475592a02bf3982e3b07b
parentda4d60929778490094fbf1f9c6abd9ea7d0e0c99
Fix #7579. Don't convert to number if it changes the string. Close gh-852.

Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken.
src/data.js
test/unit/data.js