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:
parent
93408b0b4d
commit
0e835cc116
4 changed files with 38 additions and 16 deletions
|
|
@ -939,7 +939,7 @@ Ox.Map = function(options, self) {
|
|||
query: {
|
||||
key: 'id',
|
||||
value: id,
|
||||
operator: '='
|
||||
operator: '^$'
|
||||
}
|
||||
}, function(results) {
|
||||
place = new Ox.MapPlace(Ox.extend({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue