http://bugzilla.wpkg.org/show_bug.cgi?id=161


Jason Oster <parasy...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |parasy...@gmail.com




--- Comment #1 from Jason Oster <parasy...@gmail.com>  2009-05-27 21:12:43 ---
Correction: parseInt() is attempting to parse strings beginning with 0, as
octal notation. Since '9' and '8' are invalid octal digits (given in my
example) parseInt returns 0.

parseInt("016") == 14

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to