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 // async && place doesn't exist yet
self.options.places({ self.options.places({
query: { query: {
key: 'id', conditions: [
value: id, {key: 'id', value: id, operator: '^$'}
operator: '^$' ],
operator: ''
} }
}, function(results) { }, function(results) {
place = new Ox.MapPlace(Ox.extend({ place = new Ox.MapPlace(Ox.extend({