|
@@ -138,7 +138,7 @@ THREE.Shape.Utils = {
|
|
holes.push( hole );
|
|
holes.push( hole );
|
|
*/
|
|
*/
|
|
|
|
|
|
- allpoints = allpoints.concat( hole );
|
|
|
|
|
|
+ Array.prototype.push.apply( allpoints, hole );
|
|
|
|
|
|
shortest = Number.POSITIVE_INFINITY;
|
|
shortest = Number.POSITIVE_INFINITY;
|
|
|
|
|