mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Fix comment.
This commit is contained in:
parent
01fdeb270b
commit
f6f307822a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Base.inject({
|
|||
/**
|
||||
* Utility function for adding and removing items from a list of which
|
||||
* each entry keeps a reference to its index in the list in the private
|
||||
* _index property. Used for paper.documents and Item#children.
|
||||
* _index property. Used for PaperScope#documents and Item#children.
|
||||
*/
|
||||
splice: function(list, items, index, remove) {
|
||||
var amount = items && items.length,
|
||||
|
|
Loading…
Reference in a new issue