mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Removed redundant docs
This commit is contained in:
parent
81bebfd8c1
commit
1046991e66
1 changed files with 0 additions and 9 deletions
|
@ -615,15 +615,7 @@ Object.defineProperty(HTML5AudioSound.prototype, 'detune', {
|
|||
Object.getOwnPropertyDescriptor(BaseSound.prototype, 'detune').set.call(this, value);
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Current position of playing sound.
|
||||
*
|
||||
* @name Phaser.Sound.HTML5AudioSound#seek
|
||||
* @type {number}
|
||||
*/
|
||||
Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
|
||||
|
||||
get: function ()
|
||||
{
|
||||
if (this.isPlaying)
|
||||
|
@ -640,7 +632,6 @@ Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
|
|||
return 0;
|
||||
}
|
||||
},
|
||||
|
||||
set: function (value)
|
||||
{
|
||||
if (this.manager.isLocked(this, 'seek', value))
|
||||
|
|
Loading…
Add table
Reference in a new issue