From 8093e3e5ae7c283b20acf3df6960ca6cd5f2a136 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 7 Apr 2018 16:48:05 +1200 Subject: [PATCH] Fix some miscellaneous JSDoc typos --- interface/src/ui/overlays/ModelOverlay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/ui/overlays/ModelOverlay.cpp b/interface/src/ui/overlays/ModelOverlay.cpp index e3604cf2ae..7787766ce1 100644 --- a/interface/src/ui/overlays/ModelOverlay.cpp +++ b/interface/src/ui/overlays/ModelOverlay.cpp @@ -358,15 +358,15 @@ vectorType ModelOverlay::mapJoints(mapFunction function) const { * @property {Vec3} dimensions - The dimensions of the overlay. Synonym: size. * @property {Vec3} scale - The scale factor applied to the model's dimensions. * @property {object.} textures - Maps the named textures in the model to the JPG or PNG images in the urls. - * @property {Array.} jointNames - The names of the joints - if any - in the model. Read-only + * @property {Array.} jointNames - The names of the joints - if any - in the model. Read-only. * @property {Array.} jointRotations - The relative rotations of the model's joints. Not copied if overlay is * cloned. * @property {Array.} jointTranslations - The relative translations of the model's joints. Not copied if overlay is * cloned. * @property {Array.} jointOrientations - The absolute orientations of the model's joints, in world coordinates. - * Read-only + * Read-only. * @property {Array.} jointPositions - The absolute positions of the model's joints, in world coordinates. - * Read-only + * Read-only. * @property {string} animationSettings.url="" - The URL of an FBX file containing an animation to play. * @property {number} animationSettings.fps=0 - The frame rate (frames/sec) to play the animation at. * @property {number} animationSettings.firstFrame=0 - The frame to start playing at.