mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 22:32:48 -05:00
7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
PathItem = Item.extend({
|
|
beans: true,
|
|
|
|
initialize: function() {
|
|
this.base();
|
|
}
|
|
});
|