mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Add comments to javascript wrapper parts.
The code in pre.js and engine.js is a bit confusing to see in isolation, since the files aren't valid JS files by themselves. This just adds some explanatory text to both files. Fixes #22937.
This commit is contained in:
parent
451e5fd051
commit
61d5513525
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue