Open GoogleCodeExporter opened 8 years ago
I am came across the same issue, anything after single comment completely
ignored I guess
My script
<script type="text/javascript">
if (!window.init) {
window.init = function(){}; //Adding to fix problem with init undefined.
}
</script>
Exception
[ERROR] HtmlCompressor: "missing } in compound statement" at line [1:133]
during JavaScript compression: window.editMode = false; if (!window.init) {
window.init = function(){}; //Adding to fix problem with init undefined.
}
[ERROR] HtmlCompressor: "Compilation produced 1 syntax errors." at line [1:0]
during JavaScript compression
Exception in thread "main" org.mozilla.javascript.EvaluatorException:
Compilation produced 1 syntax errors.
Original comment by j2ee.sr...@gmail.com
on 7 May 2015 at 10:46
Original issue reported on code.google.com by
huhang...@gmail.com
on 6 May 2014 at 9:44