1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fixed missed IDHandler dependency in GodotFetch

This commit is contained in:
Arthur Bikmullin
2021-06-08 00:20:24 +02:00
committed by GitHub
parent d92e46233c
commit ee2bea7a86

View File

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