1
0
Fork 0
forked from 0x2620/oxjs

doubleclick on map marker zooms in or out to place

This commit is contained in:
rlx 2011-10-08 17:45:40 +00:00
commit 2e9c22aa6d
2 changed files with 9 additions and 2 deletions

View file

@ -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);
}
}