AnantLabs / ocupload

Automatically exported from code.google.com/p/ocupload
0 stars 0 forks source link

params doesn't support parameters contain dot, e.g. params: {abc.def: 'myVal'} #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set the params with a key contains dot, e.g. params: {consumer.name: 'Tom'}

What is the expected output? What do you see instead?
Error message:
in Firefox: "missing : after property id"
in Chrome: "Uncaught SyntaxError: Unexpected token ."

What version of the product are you using? On what operating system?
Product version: 1.1.2
OS: Win XP SP3

Please provide any additional information below.
Browser: Firefox v3.6.8
Chrome: 5.0.375.125

Original issue reported on code.google.com by harry....@gmail.com on 9 Aug 2010 at 1:25