Displaying 1 result from an estimated 1 matches for "geocode_error".
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
...=================================
--- /trunk/source/mxn.google.geocoder.js Wed May 19 16:33:35 2010
+++ /trunk/source/mxn.google.geocoder.js Fri May 21 11:57:43 2010
@@ -28,7 +28,7 @@
this.callback = callback;
this.geocoders = {};
if(error_callback === null) {
- this.error_callback = this.geocode_error
+ this.error_callback = this.geocode_error;
} else {
this.error_callback = error_callback;
}
@@ -67,7 +67,7 @@
default:
alert(api + '' not supported by mapstraction-geocoder'');
}
-}
+};
/**
* Change the Routing API to use
* @param {String} api The API...