mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Remove comment about pending port that has been backported to Scriptographer.
This commit is contained in:
parent
9a48735b06
commit
6204eef643
1 changed files with 0 additions and 2 deletions
|
@ -163,8 +163,6 @@ var Curve = this.Curve = Base.extend({
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: Port back to Scriptographer, optionally suppporting from, to
|
|
||||||
// TODO: Replaces getPartLength(fromParameter, toParameter)?
|
|
||||||
getLength: function(/* from, to */) {
|
getLength: function(/* from, to */) {
|
||||||
// Hide parameters from Bootstrap so it injects bean too
|
// Hide parameters from Bootstrap so it injects bean too
|
||||||
var args = this.getCurveValues();
|
var args = this.getCurveValues();
|
||||||
|
|
Loading…
Reference in a new issue