mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Returning value from getCurrentTime in seek property getter
This commit is contained in:
parent
a27f32b3a3
commit
aa503131a4
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ Object.defineProperty(WebAudioSound.prototype, 'detune', {
|
|||
*/
|
||||
Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
||||
get: function () {
|
||||
return this.getCurrentTime();
|
||||
},
|
||||
set: function (value) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue