Skip to content

Commit

Permalink
Dev Fix JavaScript error in map code
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10729 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Aug 15, 2011
1 parent a17ef6d commit 6b52415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/survey_runtime.js
Expand Up @@ -194,8 +194,9 @@ function resetMap(qID) {
}

// Reverse geocoder
var geocoder = new google.maps.Geocoder();
function geocodeAddress(name, pos) {
var geocoder = new google.maps.Geocoder();

var city = '';
var state = '';
var country = '';
Expand Down

0 comments on commit 6b52415

Please sign in to comment.