Skip to content

Commit 1a7d726

Browse files
committed
jsdoc udpate
1 parent 14354fd commit 1a7d726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textures/TextureManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ var TextureManager = new Class({
775775
* @since 3.0.0
776776
*
777777
* @param {string} key - The unique string-based key of the Texture.
778-
* @param {(string|integer)} frame - The string or index of the Frame.
778+
* @param {(string|integer)} [frame] - The string-based name, or integer based index, of the Frame to get from the Texture.
779779
*
780780
* @return {Phaser.Textures.Frame} A Texture Frame object.
781781
*/

0 commit comments

Comments
 (0)