JSDocs fix

This commit is contained in:
Richard Davey 2019-06-25 16:56:56 +01:00
parent 280e0e2744
commit 8ecab7a1a1
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ var GetAspectRatio = require('./GetAspectRatio');
* @generic {Phaser.Geom.Rectangle} O - [target,$return]
*
* @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.
*/

View file

@ -274,7 +274,7 @@ var TimerEvent = new Class({
* @method Phaser.Time.TimerEvent#remove
* @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)
{