typos
This commit is contained in:
parent
d7b755e31b
commit
21110a5242
2 changed files with 2 additions and 2 deletions
|
@ -305,7 +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)});
|
self.$areaKmInput.options({value: Ox.formatArea(data.area)});
|
||||||
},
|
},
|
||||||
changeplaceend: function(data) {
|
changeplaceend: function(data) {
|
||||||
//Ox.print('ssP', self.selectedPlace);
|
//Ox.print('ssP', self.selectedPlace);
|
||||||
|
|
|
@ -153,7 +153,7 @@ Ox.MapPlace = function(options) {
|
||||||
that.options = function(options) {
|
that.options = function(options) {
|
||||||
options = Ox.makeObject(arguments);
|
options = Ox.makeObject(arguments);
|
||||||
Ox.forEach(options, function(value, key) {
|
Ox.forEach(options, function(value, key) {
|
||||||
that.key = value;
|
that[key] = value;
|
||||||
});
|
});
|
||||||
Ox.print('map place options', that)
|
Ox.print('map place options', that)
|
||||||
update(true);
|
update(true);
|
||||||
|
|
Loading…
Reference in a new issue