Closed GoogleCodeExporter closed 9 years ago
This is duplicate:
http://code.google.com/p/js-addin/issues/detail?id=21
Your problem is in using reserved word "int".
http://javascript.about.com/od/reference/g/rint.htm
http://www.kourbatov.com/faq/reserved.htm
Also it is not recommended to define functions inside if statement. See more in
google javascript guidelines about this
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=Fu
nction_Declarations_Within_Blocks#Function_Declarations_Within_Blocks
Original comment by mega.boich@gmail.com
on 11 Nov 2011 at 9:52
Original comment by mega.boich@gmail.com
on 11 Nov 2011 at 9:52
Original issue reported on code.google.com by
hartflam...@gmail.com
on 10 Nov 2011 at 2:53Attachments: