mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Fix typo.
This commit is contained in:
parent
1dd0ee2533
commit
3cb78db5f5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ var Item = this.Item = Base.extend({
|
||||||
this._id = Item._id = (Item._id || 0) + 1;
|
this._id = Item._id = (Item._id || 0) + 1;
|
||||||
}
|
}
|
||||||
return this._id;
|
return this._id;
|
||||||
}
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When passed a document, copies the item to the document,
|
* When passed a document, copies the item to the document,
|
||||||
|
|
Loading…
Reference in a new issue