Fix comment.

This commit is contained in:
Jürg Lehni 2011-05-14 17:23:00 +01:00
parent 01fdeb270b
commit f6f307822a

View file

@ -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,