mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-10 06:41:59 -05:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
|
Item = Base.extend({
|
||
|
initialize: function() {
|
||
|
this.bounds = new Rectangle();
|
||
|
}
|
||
|
});
|