diff --git a/src/libtess.js/tessmono.js b/src/libtess.js/tessmono.js index ad32bc3a2b..466c1ed5cb 100644 --- a/src/libtess.js/tessmono.js +++ b/src/libtess.js/tessmono.js @@ -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;