Skip to content

Commit

Permalink
updated edge build
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 2, 2015
1 parent 536e55f commit d22b1b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions build/matter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* matter.js edge-master 2015-06-29
* matter.js edge-master 2015-07-02
* http://brm.io/matter-js/
* License: MIT
*/
Expand Down Expand Up @@ -2789,6 +2789,7 @@ var Resolver = {};
normal,
bodyBtoA,
contactShare,
positionImpulse,
contactCount = {},
tempA = Vector._temp[0],
tempB = Vector._temp[1],
Expand Down Expand Up @@ -6337,7 +6338,7 @@ var Svg = {};
var i, il, total, point, segment, segments,
segmentsQueue, lastSegment,
lastPoint, segmentIndex, points = [],
length = 0, x = 0, y = 0;
lx, ly, length = 0, x = 0, y = 0;

sampleLength = sampleLength || 15;

Expand Down Expand Up @@ -7583,7 +7584,8 @@ var Render = {};
options = render.options,
body,
part,
i;
i,
k;

for (i = 0; i < bodies.length; i++) {
body = bodies[i];
Expand Down Expand Up @@ -7880,7 +7882,8 @@ var Render = {};
options = render.options,
body,
part,
i;
i,
k;

c.beginPath();

Expand Down
Loading

0 comments on commit d22b1b4

Please sign in to comment.