mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-10 06:41:59 -05:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
var PathItem = this.PathItem = Item.extend({
|
|
beans: true,
|
|
|
|
initialize: function() {
|
|
this.base();
|
|
}
|
|
});
|