mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Clean up code.
This commit is contained in:
parent
dc35fdbd02
commit
bc5826d324
2 changed files with 2 additions and 2 deletions
|
@ -1635,7 +1635,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
|
||||||
x[n - i - 1] -= tmp[n - i] * x[n - i];
|
x[n - i - 1] -= tmp[n - i] * x[n - i];
|
||||||
}
|
}
|
||||||
return x;
|
return x;
|
||||||
};
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Note: Documentation for smooth() is in PathItem
|
// Note: Documentation for smooth() is in PathItem
|
||||||
|
|
|
@ -132,6 +132,6 @@ var Symbol = this.Symbol = Base.extend(/** @lends Symbol# */{
|
||||||
* @return {Symbol}
|
* @return {Symbol}
|
||||||
*/
|
*/
|
||||||
clone: function() {
|
clone: function() {
|
||||||
return new Symbol(this._definition.clone());
|
return new Symbol(this._definition.clone());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue