gwt /
gwt /
be941e740cb362442da1d253f37b25c344268064 Replace calls to printInt(num) with printInt(num, 10) to make sure
the numbers are parsed in base 10. This avoids warnings from
Closure Compiler about missing parameters. parseInt will "guess" at the
base if the parameter is not named, so "015" would get parsed as
13.
Review at http://gwt-code-reviews.appspot.com/225802
Review by: spoon@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7752 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed