dont _clone_ listmap items function
This commit is contained in:
parent
29e58b9c3e
commit
6cd64efeb2
1 changed files with 2 additions and 1 deletions
|
@ -237,7 +237,8 @@ Ox.ListMap = function(options, self) {
|
||||||
columns: self.columns,
|
columns: self.columns,
|
||||||
columnsRemovable: true,
|
columnsRemovable: true,
|
||||||
columnsVisible: true,
|
columnsVisible: true,
|
||||||
items: Ox.clone(self.options.places),
|
//items: Ox.clone(self.options.places),
|
||||||
|
items: self.options.places,
|
||||||
pageLength: 100,
|
pageLength: 100,
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
sort: [
|
sort: [
|
||||||
|
|
Loading…
Reference in a new issue