paper.js/src/path/PathItem.js

7 lines
92 B
JavaScript

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