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 = {
|
const GodotFetch = {
|
||||||
$GodotFetch__deps: ['$GodotRuntime'],
|
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
|
||||||
$GodotFetch: {
|
$GodotFetch: {
|
||||||
|
|
||||||
onread: function (id, result) {
|
onread: function (id, result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user