diff --git a/demos/listmap2/js/listmap.js b/demos/listmap2/js/listmap.js index c6771c4b..2a68371d 100644 --- a/demos/listmap2/js/listmap.js +++ b/demos/listmap2/js/listmap.js @@ -23,7 +23,7 @@ Ox.load('Geo', function() { area = Math.sqrt(city.population * 100), latSize = area / Ox.EARTH_CIRCUMFERENCE * 360, lngSize = area * Ox.getDegreesPerMeter(city.latitude); - return city.population > 400000/*400000*/ ? { + return city.population > 100000/*400000*/ ? { area: city.population * 100, countryCode: countryCode, editable: true, diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index a5926002..7e35c768 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -417,7 +417,7 @@ Ox.List = function(options, self) { function emptyFirstPage() { //Ox.print('emptyFirstPage', self.$pages); - self.$pages[0] && self.$pages[0].find('.OxEmpty').removeElement(); + self.$pages[0] && self.$pages[0].find('.OxEmpty').remove(); } function fillFirstPage() { diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index 6f55dd46..f7ecfb2c 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -367,7 +367,7 @@ Ox.TextList = function(options, self) { var $item = $('