File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ var BaseSound = new Class({
2929 */
3030 this . key = key ;
3131 /**
32- * Event dispatcher used to handle all sound instance relevant events.
32+ * Event dispatcher used to handle all sound instance related events.
3333 *
3434 * @readonly
3535 * @property {Phaser.Events.EventDispatcher }
@@ -325,6 +325,7 @@ var BaseSound = new Class({
325325 } ,
326326 /**
327327 * @protected
328+ * @method Phaser.Sound.BaseSound#applyConfig
328329 */
329330 applyConfig : function ( ) {
330331 this . mute = this . currentConfig . mute ;
@@ -335,6 +336,7 @@ var BaseSound = new Class({
335336 } ,
336337 /**
337338 * @protected
339+ * @method Phaser.Sound.BaseSound#resetConfig
338340 */
339341 resetConfig : function ( ) {
340342 this . currentConfig . seek = 0 ;
@@ -373,6 +375,7 @@ var BaseSound = new Class({
373375 } ,
374376 /**
375377 * @protected
378+ * @method Phaser.Sound.BaseSound#setRate
376379 */
377380 setRate : function ( ) {
378381 var cent = 1.0005777895065548 ; // Math.pow(2, 1/1200);
You can’t perform that action at this time.
0 commit comments