paper.js/src/path/PathItem.js

7 lines
88 B
JavaScript

PathItem = Item.extend({
beans: true,
initialize: function() {
this.base();
}
});