Skip to content
Snippets Groups Projects
Commit 5c5b52fd authored by LarsDW223's avatar LarsDW223
Browse files

Fixed JavaScript compression. The compressor did not recognize a regular...

Fixed JavaScript compression. The compressor did not recognize a regular expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
parent 70daee86
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment