File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var TweenData = require('../tween/TweenData');
2222 *
2323 * @param {(Phaser.Tweens.TweenManager|Phaser.Tweens.Timeline) } parent - [description]
2424 * @param {object } config - [description]
25- * @param {Phaser.Tweens.Tween~ConfigDefaults } defaults - [description]
25+ * @param {Phaser.Tweens.TweenConfigDefaults } defaults - [description]
2626 *
2727 * @return {Phaser.Tweens.Tween } [description]
2828 */
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var TweenData = require('../tween/TweenData');
2424 *
2525 * @param {(Phaser.Tweens.TweenManager|Phaser.Tweens.Timeline) } parent - [description]
2626 * @param {object } config - [description]
27- * @param {Phaser.Tweens.Tween~ConfigDefaults } defaults - [description]
27+ * @param {Phaser.Tweens.TweenConfigDefaults } defaults - [description]
2828 *
2929 * @return {Phaser.Tweens.Tween } [description]
3030 */
Original file line number Diff line number Diff line change 55 */
66
77/**
8- * @typedef {object } Phaser.Tweens.Tween~ConfigDefaults
8+ * @typedef {object } Phaser.Tweens.TweenConfigDefaults
9+ *
910 * @property {(object|object[]) } targets - [description]
1011 * @property {number } [delay=0] - [description]
1112 * @property {number } [duration=1000] - [description]
You can’t perform that action at this time.
0 commit comments