Skip to content

Commit e018be1

Browse files
Removed redundant docs
1 parent 9ce14d6 commit e018be1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ var WebAudioSoundManager = new Class({
7272
*/
7373
this.destination = this.masterMuteNode;
7474

75-
/**
76-
* Is the Sound Manager touch locked?
77-
*
78-
* @name Phaser.Sound.WebAudioSoundManager#locked
79-
* @type {boolean}
80-
* @since 3.0.0
81-
*/
8275
this.locked = this.context.state === 'suspended' && 'ontouchstart' in window;
8376

8477
BaseSoundManager.call(this, game);

0 commit comments

Comments
 (0)