testing...

This commit is contained in:
rolux 2011-06-01 16:42:45 +02:00
parent 805034673f
commit df27e28c5e
2 changed files with 3 additions and 2 deletions

View file

@ -469,7 +469,7 @@ Ox.ListMap = function(options, self) {
})
.bindEvent({
change: function(data) {
/*
///*
var isResult = self.selectedPlace[0] == '_';
if (!self.isAsync) {
@ -477,7 +477,7 @@ Ox.ListMap = function(options, self) {
!isResult && editPlace([v])
}
self.$map.value(self.selectedPlace, v, data.value);
*/
//*/
}
});
}), [

View file

@ -84,6 +84,7 @@ Ox.MapPlace = function(options) {
});
} else if (updateMarker) {
that.marker.update();
that.rectangle.update();
}
}