You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
[HTML5] Document Engine and EngineConfig (jsdoc).
This commit also removes the utils.js engine file, moving some of it's
content to config.js and some to engine.js .
(cherry picked from commit 018ee5a4dc)
This commit is contained in:
committed by
Rémi Verschelde
parent
3b2c43312c
commit
681c10af45
@@ -3,9 +3,8 @@ module.exports = {
|
||||
"./.eslintrc.js",
|
||||
],
|
||||
"globals": {
|
||||
"EngineConfig": true,
|
||||
"InternalConfig": true,
|
||||
"Godot": true,
|
||||
"Preloader": true,
|
||||
"Utils": true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user