JSDoc fix

This commit is contained in:
Richard Davey 2019-06-27 13:04:14 +01:00
parent cf51e1a551
commit f7d2410a76

View file

@ -322,7 +322,6 @@ var Tween = new Class({
*
* @name Phaser.Tweens.Tween#callbacks
* @type {object}
* @default 0
* @since 3.0.0
*/
this.callbacks = {
@ -340,7 +339,6 @@ var Tween = new Class({
*
* @name Phaser.Tweens.Tween#callbackScope
* @type {any}
* @default 0
* @since 3.0.0
*/
this.callbackScope;