Skip to content

Commit

Permalink
re-enable dupe checking
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtm committed Jan 16, 2016
1 parent 0954242 commit 1b51fa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/geometryutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,6 @@

// returns true if point already exists in the given nfp
function inNfp(p, nfp){
return false;
if(!nfp || nfp.length == 0){
return false;
}
Expand Down

0 comments on commit 1b51fa1

Please sign in to comment.