mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
JSDocs fix
This commit is contained in:
parent
280e0e2744
commit
8ecab7a1a1
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ var GetAspectRatio = require('./GetAspectRatio');
|
||||||
* @generic {Phaser.Geom.Rectangle} O - [target,$return]
|
* @generic {Phaser.Geom.Rectangle} O - [target,$return]
|
||||||
*
|
*
|
||||||
* @param {Phaser.Geom.Rectangle} target - The target rectangle to adjust.
|
* @param {Phaser.Geom.Rectangle} target - The target rectangle to adjust.
|
||||||
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envlope the target in.
|
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envelop the target in.
|
||||||
*
|
*
|
||||||
* @return {Phaser.Geom.Rectangle} The modified target rectangle instance.
|
* @return {Phaser.Geom.Rectangle} The modified target rectangle instance.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -274,7 +274,7 @@ var TimerEvent = new Class({
|
||||||
* @method Phaser.Time.TimerEvent#remove
|
* @method Phaser.Time.TimerEvent#remove
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @param {boolean} [dispatchCallback] - If `true` (by default `false`), the function of the Timer Event will be called before its removal from its Clock.
|
* @param {boolean} [dispatchCallback=false] - If `true`, the function of the Timer Event will be called before its removal.
|
||||||
*/
|
*/
|
||||||
remove: function (dispatchCallback)
|
remove: function (dispatchCallback)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue