forked from 0x2620/oxjs
use Ox.Log
This commit is contained in:
parent
92d25b6776
commit
dce2843303
50 changed files with 276 additions and 276 deletions
|
|
@ -98,7 +98,7 @@ Ox.PlacePicker = function(options, self) {
|
|||
self.map = false;
|
||||
|
||||
function changeZoom(data) {
|
||||
//Ox.print('changeZoom')
|
||||
//Ox.Log('Form', 'changeZoom')
|
||||
self.$map.zoom(data.value);
|
||||
}
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ Ox.PlacePicker = function(options, self) {
|
|||
}
|
||||
|
||||
function findPlace(data) {
|
||||
//Ox.print('findPlace', data);
|
||||
//Ox.Log('Form', 'findPlace', data);
|
||||
self.$map.find(data.value, function(place) {
|
||||
place && that.$label.html(place.geoname);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue