External javascript comment problem in firefox

If you are including more than one external javascript files in your html files through <script ...> tags and find some funny behavior in Firefox where none of the function calls are invoked, then please make sure that you don't have multi-line comments /* */ at global scope outside all functions. Make them single line comments with //. 

DVM (GBU in Kannada), 
~ Idea Naren

Comments