mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
JSDoc fix
This commit is contained in:
parent
cf51e1a551
commit
f7d2410a76
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue