mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Returning config value when getting loop property
This commit is contained in:
parent
02962f316e
commit
48f86abb65
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
|||
*/
|
||||
Object.defineProperty(WebAudioSound.prototype, 'loop', {
|
||||
get: function () {
|
||||
return this.currentConfig.loop;
|
||||
},
|
||||
set: function (value) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue