File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments