forked from 0x2620/oxjs
doubleclick on map marker zooms in or out to place
This commit is contained in:
parent
331d23012c
commit
2e9c22aa6d
2 changed files with 9 additions and 2 deletions
|
|
@ -523,6 +523,10 @@ Ox.URL = function(options) {
|
|||
parseBeyondSpan();
|
||||
}
|
||||
} else {
|
||||
if (!state.view) {
|
||||
// set to default item view
|
||||
state.view = self.options.views[state.type].item[0];
|
||||
}
|
||||
callback(state);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue