mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed redundant docs
This commit is contained in:
parent
8760c39beb
commit
18588efcc7
1 changed files with 0 additions and 7 deletions
|
@ -669,13 +669,6 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
|||
|
||||
});
|
||||
|
||||
/**
|
||||
* Property indicating whether or not
|
||||
* the sound or current sound marker will loop.
|
||||
*
|
||||
* @name Phaser.Sound.WebAudioSound#loop
|
||||
* @type {boolean}
|
||||
*/
|
||||
Object.defineProperty(WebAudioSound.prototype, 'loop', {
|
||||
|
||||
get: function ()
|
||||
|
|
Loading…
Reference in a new issue