diff options
| author | Leon Krause | 2017-11-19 15:07:19 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-19 15:07:19 +0100 |
| commit | 9107357c8dfda98c5adb33d3c5f4a7be1996fa07 (patch) | |
| tree | d91c4f1d670b41c9e192f6cdc11cda160c505afc /platform/javascript/pre.js | |
| parent | 0aa4765904b0aea28ccf485b2428b027a5960df4 (diff) | |
| parent | ddf21ca016c611bf4b88d6e96bae0c65faeb6618 (diff) | |
| download | godot-9107357c8dfda98c5adb33d3c5f4a7be1996fa07.tar.gz godot-9107357c8dfda98c5adb33d3c5f4a7be1996fa07.tar.zst godot-9107357c8dfda98c5adb33d3c5f4a7be1996fa07.zip | |
Diffstat (limited to 'platform/javascript/pre.js')
| -rw-r--r-- | platform/javascript/pre.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/javascript/pre.js b/platform/javascript/pre.js new file mode 100644 index 000000000..311aa44fd --- /dev/null +++ b/platform/javascript/pre.js @@ -0,0 +1,2 @@ +var Engine = { + RuntimeEnvironment: function(Module) { |
