mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Remove unnecessary exports.
This commit is contained in:
parent
94b27e933a
commit
45ed406aa3
1 changed files with 1 additions and 4 deletions
|
@ -1467,9 +1467,6 @@ new function() { // Scope for methods that require numerical integration
|
||||||
// tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion
|
// tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion
|
||||||
0, 1, 0, 1, 1, false, 0);
|
0, 1, 0, 1, 1, false, 0);
|
||||||
return locations;
|
return locations;
|
||||||
},
|
}
|
||||||
|
|
||||||
getConvexHull : getConvexHull,
|
|
||||||
clipConvexHull: clipConvexHull
|
|
||||||
}};
|
}};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue