1
0
Fork 0
forked from 0x2620/oxjs

allow for setting the selected id of an Ox.List to an id that is currently not in view

This commit is contained in:
rolux 2011-05-29 15:15:38 +02:00
commit 0e835cc116
4 changed files with 38 additions and 16 deletions

View file

@ -939,7 +939,7 @@ Ox.Map = function(options, self) {
query: {
key: 'id',
value: id,
operator: '='
operator: '^$'
}
}, function(results) {
place = new Ox.MapPlace(Ox.extend({