Skip to content

Commit 1c169ef

Browse files
committed
Video jsdoc fixes.
1 parent 799efa3 commit 1c169ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/Video.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ Phaser.Video.prototype = {
11351135
};
11361136

11371137
/**
1138-
* @memberof Phaser.Video
1138+
* @name Phaser.Video#currentTime
11391139
* @property {number} currentTime - The current time of the video in seconds. If set the video will attempt to seek to that point in time.
11401140
*/
11411141
Object.defineProperty(Phaser.Video.prototype, "currentTime", {
@@ -1155,7 +1155,7 @@ Object.defineProperty(Phaser.Video.prototype, "currentTime", {
11551155
});
11561156

11571157
/**
1158-
* @memberof Phaser.Video
1158+
* @name Phaser.Video#duration
11591159
* @property {number} duration - The duration of the video in seconds.
11601160
* @readOnly
11611161
*/
@@ -1170,7 +1170,7 @@ Object.defineProperty(Phaser.Video.prototype, "duration", {
11701170
});
11711171

11721172
/**
1173-
* @memberof Phaser.Video
1173+
* @name Phaser.Video#progress
11741174
* @property {number} progress - The progress of this video. This is a value between 0 and 1, where 0 is the start and 1 is the end of the video.
11751175
* @readOnly
11761176
*/

0 commit comments

Comments
 (0)