mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Updated onBlur and onFocus methods docs
This commit is contained in:
parent
88fcd1f18b
commit
78d611ee16
1 changed files with 6 additions and 2 deletions
|
@ -247,11 +247,15 @@ var BaseSoundManager = new Class({
|
||||||
this.events.dispatch(new SoundEvent(this, 'SOUND_STOP'));
|
this.events.dispatch(new SoundEvent(this, 'SOUND_STOP'));
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @private
|
* @override
|
||||||
|
* @protected
|
||||||
|
* @method Phaser.Sound.BaseSoundManager#onBlur
|
||||||
*/
|
*/
|
||||||
onBlur: NOOP,
|
onBlur: NOOP,
|
||||||
/**
|
/**
|
||||||
* @private
|
* @override
|
||||||
|
* @protected
|
||||||
|
* @method Phaser.Sound.BaseSoundManager#onFocus
|
||||||
*/
|
*/
|
||||||
onFocus: NOOP,
|
onFocus: NOOP,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue