mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
Fixed hasEnded property docs
This commit is contained in:
parent
baaa92c62d
commit
650cc1c395
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ var WebAudioSound = new Class({
|
||||||
*
|
*
|
||||||
* @name Phaser.Sound.WebAudioSound#hasEnded
|
* @name Phaser.Sound.WebAudioSound#hasEnded
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
|
* @private
|
||||||
* @default false
|
* @default false
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue