typo
This commit is contained in:
parent
18a9b58449
commit
4eb1b99c76
1 changed files with 3 additions and 3 deletions
|
@ -763,11 +763,11 @@ Ox.Map = function(options, self) {
|
||||||
},
|
},
|
||||||
keys: [
|
keys: [
|
||||||
'id', 'name', 'geoname', 'countryCode',
|
'id', 'name', 'geoname', 'countryCode',
|
||||||
'lat', 'lng', 'south', 'west', 'north', 'east'
|
'lat', 'lng', 'south', 'west', 'north', 'east',
|
||||||
'editable',
|
'editable'
|
||||||
],
|
],
|
||||||
range: [0, self.options.maxMarkers],
|
range: [0, self.options.maxMarkers],
|
||||||
sort: [{key: 'area', operator: '+'}],
|
sort: [{key: 'area', operator: '+'}]
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
var ids = [];
|
var ids = [];
|
||||||
result.data.items.forEach(function(item, i) {
|
result.data.items.forEach(function(item, i) {
|
||||||
|
|
Loading…
Reference in a new issue