Browse Source

Fixed missed IDHandler dependency in GodotFetch

(cherry picked from commit ee2bea7a861cf7e11880a3a875d06295cec9f5cf)
Arthur Bikmullin 4 years ago
parent
commit
f3d931410b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/javascript/js/libs/library_godot_fetch.js

+ 1 - 1
platform/javascript/js/libs/library_godot_fetch.js

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