mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-25 00:40:12 -05:00
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
var Curve = this.Curve = Base.extend({
|
|
initialize: function() {
|
|
}
|
|
});
|