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
Copy file name to clipboardExpand all lines: src/sound/html5/HTML5AudioSound.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ var HTML5AudioSound = new Class({
94
94
* @since 3.0.0
95
95
*
96
96
* @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound.
97
-
* @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.
97
+
* @param {SoundConfig} [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.
98
98
*
99
99
* @return {boolean} Whether the sound started playing successfully.
100
100
*/
@@ -104,7 +104,6 @@ var HTML5AudioSound = new Class({
0 commit comments