From a098ce6eafd6b4b74a8957c46eb5846afda58632 Mon Sep 17 00:00:00 2001 From: Etienne Baudry Date: Mon, 6 Nov 2017 16:02:59 +0100 Subject: [PATCH] Fix Typo and Remove Unused Var --- threeCSG.es6 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/threeCSG.es6 b/threeCSG.es6 index aca4126..41f11d3 100644 --- a/threeCSG.es6 +++ b/threeCSG.es6 @@ -12,8 +12,7 @@ export default class ThreeBSP { var i, _length_i, face, vertex, faceVertexUvs, uvs, polygon, - polygons = [], - tree; + polygons = []; this.Polygon = Polygon; this.Vertex = Vertex; @@ -544,8 +543,7 @@ class Node { this.divider.flip(); if (this.front) this.front.invert(); - if (this.back) this.back.inver'use strict'; -t(); + if (this.back) this.back.invert(); temp = this.front; this.front = this.back;