You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,10 +186,10 @@ var WebAudioSound = new Class({
186
186
*
187
187
* @method Phaser.Sound.WebAudioSound#play
188
188
* @since 3.0.0
189
-
*
189
+
*
190
190
* @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound.
191
191
* @param {ISoundConfig} [config] - Optional sound config object to be applied to this marker or entire sound if no marker name is provided. It gets memorized for future plays of current section of the sound.
192
-
*
192
+
*
193
193
* @return {boolean} Whether the sound started playing successfully.
194
194
*/
195
195
play: function(markerName,config)
@@ -217,7 +217,7 @@ var WebAudioSound = new Class({
217
217
*
218
218
* @method Phaser.Sound.WebAudioSound#pause
219
219
* @since 3.0.0
220
-
*
220
+
*
221
221
* @return {boolean} Whether the sound was paused successfully.
222
222
*/
223
223
pause: function()
@@ -250,7 +250,7 @@ var WebAudioSound = new Class({
250
250
*
251
251
* @method Phaser.Sound.WebAudioSound#resume
252
252
* @since 3.0.0
253
-
*
253
+
*
254
254
* @return {boolean} Whether the sound was resumed successfully.
255
255
*/
256
256
resume: function()
@@ -282,7 +282,7 @@ var WebAudioSound = new Class({
282
282
*
283
283
* @method Phaser.Sound.WebAudioSound#stop
284
284
* @since 3.0.0
285
-
*
285
+
*
286
286
* @return {boolean} Whether the sound was stopped successfully.
287
287
*/
288
288
stop: function()
@@ -350,7 +350,7 @@ var WebAudioSound = new Class({
0 commit comments