From 7988f4dc5d48e5dc34be59199575582dcc043346 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 8 Oct 2024 17:46:51 +0100 Subject: [PATCH] jsdoc link fix --- src/loader/File.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loader/File.js b/src/loader/File.js index 4232ac506..2538cdf92 100644 --- a/src/loader/File.js +++ b/src/loader/File.js @@ -597,7 +597,7 @@ File.createObjectURL = function (image, blob, defaultType) /** * Static method for releasing an existing object URL which was previously created - * by calling {@link File#createObjectURL} method. + * by calling {@link Phaser.Loader.File.createObjectURL} method. * * @method Phaser.Loader.File.revokeObjectURL * @static