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({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
/*
|
///*
|
||||||
var isResult = self.selectedPlace[0] == '_';
|
var isResult = self.selectedPlace[0] == '_';
|
||||||
if (!self.isAsync) {
|
if (!self.isAsync) {
|
||||||
|
|
||||||
|
@ -477,7 +477,7 @@ Ox.ListMap = function(options, self) {
|
||||||
!isResult && editPlace([v])
|
!isResult && editPlace([v])
|
||||||
}
|
}
|
||||||
self.$map.value(self.selectedPlace, v, data.value);
|
self.$map.value(self.selectedPlace, v, data.value);
|
||||||
*/
|
//*/
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}), [
|
}), [
|
||||||
|
|
|
@ -84,6 +84,7 @@ Ox.MapPlace = function(options) {
|
||||||
});
|
});
|
||||||
} else if (updateMarker) {
|
} else if (updateMarker) {
|
||||||
that.marker.update();
|
that.marker.update();
|
||||||
|
that.rectangle.update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue