mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 22:01:58 -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)
|
if (!this._children)
|
||||||
return null;
|
return null;
|
||||||
from = from || 0;
|
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);
|
var removed = this._children.splice(from, to - from);
|
||||||
for (var i = removed.length - 1; i >= 0; i--)
|
for (var i = removed.length - 1; i >= 0; i--)
|
||||||
removed[i]._remove(true, false);
|
removed[i]._remove(true, false);
|
||||||
|
|
Loading…
Reference in a new issue