MrDraw/src
Gina Häußge 31d7eaad90 Add ";" delimiters between bundled JS files
This is to make sure that they all end on a ; and hence stuff doesn't break if a file included directly after starts with a (...) construct. Of course it would be better if all bundled files are valid in that matter, however since we can't enforce that, we'll add this slight overhead to reduce the risk of stuff breaking.

See for example: http://stackoverflow.com/questions/20307462/js-cant-combine-lib-files
2015-06-18 13:00:18 +02:00
..
octoprint Add ";" delimiters between bundled JS files 2015-06-18 13:00:18 +02:00
octoprint_setuptools Better fix for #931, stays backwards compatible to older setuptools versions 2015-06-10 17:25:23 +02:00