mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
Merge pull request #49406 from devolonter/js-fix-fetch
Fixed missed IDHandler dependency in GodotFetch
This commit is contained in:
commit
711d4f3d86
@ -29,7 +29,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
const GodotFetch = {
|
||||
$GodotFetch__deps: ['$GodotRuntime'],
|
||||
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
|
||||
$GodotFetch: {
|
||||
|
||||
onread: function (id, result) {
|
||||
|
Loading…
Reference in New Issue
Block a user