mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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
|
||||
0, 1, 0, 1, 1, false, 0);
|
||||
return locations;
|
||||
},
|
||||
|
||||
getConvexHull : getConvexHull,
|
||||
clipConvexHull: clipConvexHull
|
||||
}
|
||||
}};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue