paper.js/src/path/PathItem.js

8 lines
108 B
JavaScript
Raw Normal View History

var PathItem = this.PathItem = Item.extend({
beans: true,
2011-02-07 13:28:09 -05:00
initialize: function() {
this.base();
}
});