mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 22:01:58 -05:00
Indent with Tabs like rest of paperjs code.
This commit is contained in:
parent
70070c14d2
commit
b4c7bcae5e
1 changed files with 4 additions and 4 deletions
|
@ -1447,10 +1447,10 @@ new function() { // Scope for methods that require numerical integration
|
||||||
if (point){
|
if (point){
|
||||||
// We need to return the parameters for the intersection,
|
// We need to return the parameters for the intersection,
|
||||||
// since they will be used for sorting
|
// since they will be used for sorting
|
||||||
var t1 = Curve.getParameterOf(v1, point.x, point.y),
|
var t1 = Curve.getParameterOf(v1, point.x, point.y),
|
||||||
t2 = Curve.getParameterOf(v2, point.x, point.y);
|
t2 = Curve.getParameterOf(v2, point.x, point.y);
|
||||||
addLocation(locations, curve1, t1, point, curve2, t2, point);
|
addLocation(locations, curve1, t1, point, curve2, t2, point);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return { statics: /** @lends Curve */{
|
return { statics: /** @lends Curve */{
|
||||||
|
|
Loading…
Reference in a new issue