From 6cd64efeb2949a06a6eb330b2efaaa2af2f6c187 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 24 May 2011 22:00:25 +0200 Subject: [PATCH] dont _clone_ listmap items function --- source/Ox.UI/js/Map/Ox.ListMap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index 091da69b..ba575e06 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -237,7 +237,8 @@ Ox.ListMap = function(options, self) { columns: self.columns, columnsRemovable: true, columnsVisible: true, - items: Ox.clone(self.options.places), + //items: Ox.clone(self.options.places), + items: self.options.places, pageLength: 100, scrollbarVisible: true, sort: [