Add missing @param tag

This commit is contained in:
Tom Payne
2013-09-03 11:30:15 +02:00
parent 0709778883
commit 26c8495e6b

View File

@@ -174,6 +174,7 @@ libtess.tessmono.discardExterior = function(mesh) {
*
* @param {libtess.GluMesh} mesh [description].
* @param {number} value Winding number to set (int).
* @param {boolean} keepOnlyBoundary Keep only boundary.
*/
libtess.tessmono.setWindingNumber = function(mesh, value, keepOnlyBoundary) {
var eNext;