From ea689faa43029090161c0cbfdbe1bc94c5085491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 12 Nov 2011 15:50:53 +0100 Subject: [PATCH] Fix white space. --- src/item/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index e69d2b3c..e8602cbe 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -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);