Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Feb 10, 2012
1 parent 7ecb6e8 commit 80370c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simplify.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
function simplifyDouglasPeucker(points, sqTolerance) {

var len = points.length,
MarkerArray = (typeof Uint8Array !== undefined + '' ? Uint8Array : Array),
MarkerArray = (typeof Uint8Array !== undefined + '' ? Uint8Array : Array),
markers = new MarkerArray(len),
first = 0,
last = len - 1,
first = 0,
last = len - 1,
i,
maxSqDist,
maxSqDist,
sqDist,
index,
firstStack = [],
Expand Down

0 comments on commit 80370c3

Please sign in to comment.