View Single Post
Old 09-17-2012, 10:38 PM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,452
Thanks: 0
Thanked 498 Times in 490 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
The most common cause where adding extra code to the end of an existing JavaScript is where you add to the end of a line and omit the ; that ends the first statement.

That is not likely to be the cause in this instance but without seeing the actual code it is hard to say what the problem might be - but 115 lines is nowhere near the size that many JavaScript frameworks use successfully.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote