debugging...

This commit is contained in:
rolux 2011-06-01 16:32:19 +02:00
parent 021d429398
commit d7b755e31b
2 changed files with 2 additions and 0 deletions

View file

@ -305,6 +305,7 @@ Ox.ListMap = function(options, self) {
*/ */
changeplace: function(data) { changeplace: function(data) {
self.$placeForm.values(data).show(); self.$placeForm.values(data).show();
self.$areaKmInput.options({value: Ox.formatArea(place.area)});
}, },
changeplaceend: function(data) { changeplaceend: function(data) {
//Ox.print('ssP', self.selectedPlace); //Ox.print('ssP', self.selectedPlace);

View file

@ -155,6 +155,7 @@ Ox.MapPlace = function(options) {
Ox.forEach(options, function(value, key) { Ox.forEach(options, function(value, key) {
that.key = value; that.key = value;
}); });
Ox.print('map place options', that)
update(true); update(true);
}; };