send proper query on selectplace

This commit is contained in:
rolux 2011-05-29 22:37:41 +02:00
parent ac43e14f50
commit b9ab4a0adf

View file

@ -957,9 +957,11 @@ Ox.Map = function(options, self) {
// async && place doesn't exist yet
self.options.places({
query: {
key: 'id',
value: id,
operator: '^$'
conditions: [
{key: 'id', value: id, operator: '^$'}
],
operator: ''
}
}, function(results) {
place = new Ox.MapPlace(Ox.extend({