We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c57f019 + f14b50e commit eafb84aCopy full SHA for eafb84a
src/tweens/tween/Tween.js
@@ -242,7 +242,7 @@ var Tween = new Class({
242
*
243
* @param {number} [index=0] - The Tween Data to return the value from.
244
245
- * @return {number} The value of the requested Tween Data, or `null` if this Tween has been destroyed.
+ * @return {number|null} The value of the requested Tween Data, or `null` if this Tween has been destroyed.
246
*/
247
getValue: function (index)
248
{
0 commit comments