mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Initializing duration property to 0
This commit is contained in:
parent
d2a3d98abe
commit
65696b17a5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ var NoAudioSound = new Class({
|
|||
this.isPlaying = false;
|
||||
this.isPaused = false;
|
||||
this.totalRate = 1;
|
||||
this.duration = 0;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Reference in a new issue