1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fixed missed IDHandler dependency in GodotFetch

(cherry picked from commit ee2bea7a86)
This commit is contained in:
Arthur Bikmullin
2021-06-08 00:20:24 +02:00
committed by Rémi Verschelde
parent f80b15bebc
commit f3d931410b

View File

@@ -29,7 +29,7 @@
/*************************************************************************/
const GodotFetch = {
$GodotFetch__deps: ['$GodotRuntime'],
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
$GodotFetch: {
onread: function (id, result) {