duanjingyu007 / jquery-i18n-properties

Automatically exported from code.google.com/p/jquery-i18n-properties
0 stars 0 forks source link

can't deal with properties with ans integer #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. put a error.100=This is error number 100
2. load jquery-i18n

jquery-i18n fails at startup : 

Unexpected number 
jquery.i18n.properties-1.0.9.js line 348

Original issue reported on code.google.com by jp.caru...@gmail.com on 4 Mar 2014 at 4:08

GoogleCodeExporter commented 8 years ago
with an integer

not 

with ans integer

Original comment by jp.caru...@gmail.com on 4 Mar 2014 at 4:08

GoogleCodeExporter commented 8 years ago
sorry, line 340 
if (eval('typeof ' + fullname + ' == "undefined"'))

Original comment by jp.caru...@gmail.com on 4 Mar 2014 at 4:10