Skip to content

Commit 7b9af86

Browse files
Fixed add method docs
1 parent c3313ef commit 7b9af86

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ var HTML5AudioSoundManager = new Class({
7777
* @since 3.0.0
7878
*/
7979
this.onBlurPausedSounds = [];
80-
8180
this.locked = 'ontouchstart' in window;
8281

8382
/**
@@ -116,7 +115,6 @@ var HTML5AudioSoundManager = new Class({
116115
* @since 3.0.0
117116
*/
118117
this._volume = 1;
119-
120118
BaseSoundManager.call(this, game);
121119
},
122120

@@ -127,7 +125,7 @@ var HTML5AudioSoundManager = new Class({
127125
* @since 3.0.0
128126
*
129127
* @param {string} key - Asset key for the sound.
130-
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
128+
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
131129
*
132130
* @return {Phaser.Sound.HTML5AudioSound} The new sound instance.
133131
*/

0 commit comments

Comments
 (0)