Use ES2015 + strict-mode

This commit is contained in:
Shaunak Kishore
2015-09-23 23:30:02 -04:00
parent 87ba609940
commit cf825852e8
16 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,5 @@
"use strict";
var MAX_BRIDGE_DISTANCE = 64;
var MIN_CORNER_ANGLE = 0.1*Math.PI;
var MIN_CORNER_TANGENT_DISTANCE = 4;