1
0
Fork 0
forked from 0x2620/oxjs

fix event handlers and split panel resize event

This commit is contained in:
rolux 2011-09-17 19:39:38 +02:00
commit da9e5dbb29
27 changed files with 722 additions and 118 deletions

View file

@ -455,7 +455,7 @@ Ox.Map = function(options, self) {
self.centerChanged = true;
}
function changeZoom(event, data) {
function changeZoom(data) {
self.map.setZoom(data.value);
}
@ -1094,7 +1094,7 @@ Ox.Map = function(options, self) {
//Ox.print('STATUS DONE');
}
function submitFind(event, data) {
function submitFind(data) {
that.findPlace(data.value, function(place) {
setStatus(place);
});