mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix white space.
This commit is contained in:
parent
07839cf683
commit
ea689faa43
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ var Item = this.Item = Base.extend(/** @lends Item# */{
|
|||
if (!this._children)
|
||||
return null;
|
||||
from = from || 0;
|
||||
to = Base.pick(to, this._children.length);
|
||||
to = Base.pick(to, this._children.length);
|
||||
var removed = this._children.splice(from, to - from);
|
||||
for (var i = removed.length - 1; i >= 0; i--)
|
||||
removed[i]._remove(true, false);
|
||||
|
|
Loading…
Reference in a new issue