From 0a4c5d279ccc7f7e4a89dfafb79df76320b82d0e Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 22 Jun 2015 17:19:37 +0200 Subject: [PATCH] Corrected jsdoc keyword --- geo/Mesh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/Mesh.js b/geo/Mesh.js index 5912d01..c23cd3d 100644 --- a/geo/Mesh.js +++ b/geo/Mesh.js @@ -366,7 +366,7 @@ mesh.Face = function() { /** * Parse a face line and returns an array of faces * - * @access private + * @private * @param {String} a string representing a face * @returns {Face[]} a single 3-vertices face or two 3-vertices face if it was * a 4-vertices face