testing...
This commit is contained in:
parent
805034673f
commit
df27e28c5e
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
*/
|
||||
//*/
|
||||
}
|
||||
});
|
||||
}), [
|
||||
|
|
|
@ -84,6 +84,7 @@ Ox.MapPlace = function(options) {
|
|||
});
|
||||
} else if (updateMarker) {
|
||||
that.marker.update();
|
||||
that.rectangle.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue