diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-10-20 15:30:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 15:30:05 +0200 |
commit | 5bb34539e2bbd0fa0c46ff589a337eb519ced6da (patch) | |
tree | f4e57ebaf0f90023618384be55afe200b554f030 /platform/javascript/engine.js | |
parent | 16b0191173242edca05813b1064de8d14c06deeb (diff) | |
parent | 61d5513525fa3c484cb2d277f39b971edbb605ef (diff) |
Merge pull request #23025 from voithos/enginejs
Add comments to javascript wrapper parts.
Diffstat (limited to 'platform/javascript/engine.js')
-rw-r--r-- | platform/javascript/engine.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/javascript/engine.js b/platform/javascript/engine.js index c3ef5bbbb5..91458eb4c3 100644 --- a/platform/javascript/engine.js +++ b/platform/javascript/engine.js @@ -1,3 +1,6 @@ + // The following is concatenated with generated code, and acts as the end + // of a wrapper for said code. See pre.js for the other part of the + // wrapper. exposedLibs['PATH'] = PATH; exposedLibs['FS'] = FS; return Module; |