mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Clean up code.
This commit is contained in:
parent
e533b4edbb
commit
162dab66a7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
var Group = this.Group = Item.extend({
|
||||
beans: true,
|
||||
|
||||
initialize: function(items) {
|
||||
this.base();
|
||||
this.children = [];
|
||||
|
|
Loading…
Reference in a new issue