Signal description typo fix

This commit is contained in:
John Rees 2016-06-04 19:41:54 +01:00
parent aa8e5f00db
commit e75827d6ab

View file

@ -250,7 +250,7 @@ Phaser.Sound = function (game, key, volume, loop, connect) {
this.onStop = new Phaser.Signal();
/**
* @property {Phaser.Signal} onMute - The onMouse event is dispatched when this sound is muted.
* @property {Phaser.Signal} onMute - The onMute event is dispatched when this sound is muted.
*/
this.onMute = new Phaser.Signal();