We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a828b3 commit 942fd09Copy full SHA for 942fd09
1 file changed
src/sound/BaseSound.js
@@ -249,9 +249,9 @@ var BaseSound = new Class({
249
* @method Phaser.Sound.BaseSound#addMarker
250
* @since 3.0.0
251
*
252
- * @param {ISoundMarker} marker - Marker object
+ * @param {SoundMarker} marker - Marker object.
253
254
- * @return {boolean} Whether the marker was added successfully
+ * @return {boolean} Whether the marker was added successfully.
255
*/
256
addMarker: function (marker)
257
{
0 commit comments