mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 08:32:54 +00:00
61d5513525
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.
6 lines
229 B
JavaScript
6 lines
229 B
JavaScript
var Engine = {
|
|
RuntimeEnvironment: function(Module, exposedLibs) {
|
|
// The above is concatenated with generated code, and acts as the start of
|
|
// a wrapper for said code. See engine.js for the other part of the
|
|
// wrapper.
|