debugging...
This commit is contained in:
parent
0fe05d88e6
commit
1d704ce9fd
1 changed files with 2 additions and 1 deletions
|
@ -468,6 +468,7 @@ Ox.ListMap = function(options, self) {
|
|||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
/*
|
||||
var isResult = self.selectedPlace[0] == '_';
|
||||
if (!self.isAsync) {
|
||||
|
||||
|
@ -475,7 +476,7 @@ Ox.ListMap = function(options, self) {
|
|||
!isResult && editPlace([v])
|
||||
}
|
||||
self.$map.value(self.selectedPlace, v, data.value);
|
||||
|
||||
*/
|
||||
}
|
||||
});
|
||||
}), [
|
||||
|
|
Loading…
Reference in a new issue