jsdoc link fix

This commit is contained in:
Richard Davey 2024-10-08 17:46:51 +01:00
parent 7b2eb11366
commit 7988f4dc5d

View file

@ -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