1
0
Fork 0
forked from 0x2620/oxjs

fix bugs in map and url controller

This commit is contained in:
rlx 2011-10-08 18:35:33 +00:00
commit 19cb033bdc
2 changed files with 3 additions and 0 deletions

View file

@ -1166,6 +1166,7 @@ Ox.Map = function(options, self) {
};
function submitFind(data) {
self.options.find = data.value;
that.findPlace(data.value, function(place) {
setStatus(place);
});