fxdmcuong / simplemodal

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

transient is a Javascript reserved word #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SimpleModal v1.3.4 on jQuery 1.3.2. Spotted by Yahoo minifier:

...
persist: false,
transient: false,
onOpen: null,
...

causes all sort of complaints. A find-and-replace for 'transient' to, say
'trans' throughout means the code minifies and, I suppose, becomes valid
Javascript.

Original issue reported on code.google.com by jamesgpe...@googlemail.com on 19 Mar 2010 at 4:08

GoogleCodeExporter commented 8 years ago
Thanks for letting me know. I'll be changing it to 'modal', with the default 
being 
true.

Original comment by emartin24 on 20 Mar 2010 at 4:20

GoogleCodeExporter commented 8 years ago
Should be fixed in 1.3.5

Original comment by emartin24 on 20 Apr 2010 at 5:14