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: [
|
||||
'id', 'name', 'geoname', 'countryCode',
|
||||
'lat', 'lng', 'south', 'west', 'north', 'east'
|
||||
'editable',
|
||||
'lat', 'lng', 'south', 'west', 'north', 'east',
|
||||
'editable'
|
||||
],
|
||||
range: [0, self.options.maxMarkers],
|
||||
sort: [{key: 'area', operator: '+'}],
|
||||
sort: [{key: 'area', operator: '+'}]
|
||||
}, function(result) {
|
||||
var ids = [];
|
||||
result.data.items.forEach(function(item, i) {
|
||||
|
|
Loading…
Reference in a new issue