Corrected jsdoc keyword

This commit is contained in:
Thomas FORGIONE 2015-06-22 17:19:37 +02:00
parent e331e7de49
commit 0a4c5d279c
1 changed files with 1 additions and 1 deletions

View File

@ -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