commit | ccb7d408975c85af51536034a6670a2ef99944ec | [log] [tgz] |
---|---|---|
author | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 20 19:12:09 2007 +0000 |
committer | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 20 19:12:09 2007 +0000 |
tree | 3dbc299174b38a7860b65c7fc9fb53d2567f7e98 | |
parent | 6cb7659a413d898bb8228527fe8fd3638fccba8d [diff] |
Fixes a problem in JavaScript code generation where we were sometimes using JavaScript keywords as field names in a JSON object construction. For example: [false:0, true:1, foo:3] We now quote keywords in this context. ["false":0, "true":1, foo:3] Review by: mmendez git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1542 8db76d5a-ed1c-0410-87a9-c151d255dfc7