From 8c154e09288d8f18c6cb4936b31cec00abeda787 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 19 Aug 2022 16:44:46 +0100 Subject: [PATCH] Update SpineGameObject.js --- plugins/spine/src/gameobject/SpineGameObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spine/src/gameobject/SpineGameObject.js b/plugins/spine/src/gameobject/SpineGameObject.js index 1c79998a3..86daa3750 100644 --- a/plugins/spine/src/gameobject/SpineGameObject.js +++ b/plugins/spine/src/gameobject/SpineGameObject.js @@ -513,9 +513,9 @@ var SpineGameObject = new Class({ * @since 3.19.0 * * @param {string} atlasDataKey - The key of the Spine data to use for this Skeleton. - * @param {object} skeletonJSON - The JSON data for the Skeleton. * @param {string} [animationName] - Optional name of the animation to set on the Skeleton. * @param {boolean} [loop=false] - Should the animation, if set, loop or not? + * @param {object} [skeletonJSON] - The JSON data for the Skeleton. * * @return {this} This Game Object. */