godot/platform/javascript/js
Rémi Verschelde 23b51a1708
HTML5: Fix minification error with Emscripten 1.39.9
It used an old vendored version of acorn.js which seems to choke on this
trailing comma. This is not a problem for more recent Emscripten versions.

We disable the `comma-dangle` check in ESLint to prevent this issue.
2021-09-29 09:11:11 +02:00
..
engine [HTML5] Add option to focus canvas on start. 2021-06-25 19:07:17 +02:00
jsdoc2rst [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00
libs HTML5: Fix minification error with Emscripten 1.39.9 2021-09-29 09:11:11 +02:00