livebs / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Syntaxhighliter breaks if you remove all comments/whitespace (includes fix) #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Remove all comments/linebreaks etc from the shCore.js and concat it with
another file for example shBurshXYZ.js.
2. Load the file in a browser.
3. Observe that it reports an error.

You can fix this by adding a ; to the end of the last function in shCore.js.

Original issue reported on code.google.com by spo...@gmail.com on 2 Sep 2008 at 3:25