codesite-noreply at google.com
2009-Oct-08 18:08 UTC
[Mapstraction] [mapstraction] r49 committed - Oops--removing debugging from standard Google
Revision: 49 Author: duvander Date: Thu Oct 8 11:07:13 2009 Log: Oops--removing debugging from standard Google http://code.google.com/p/mapstraction/source/detail?r=49 Modified: /trunk/source/mxn.google.core.js ======================================--- /trunk/source/mxn.google.core.js Thu Oct 8 11:03:12 2009 +++ /trunk/source/mxn.google.core.js Thu Oct 8 11:07:13 2009 @@ -14,7 +14,7 @@ marker.mapstraction_marker.click.fire(); } else if ( location ) { - /*me.click.fire({''location'': new mxn.LatLonPoint(location.y, location.x)});*/ + me.click.fire({''location'': new mxn.LatLonPoint(location.y, location.x)}); } // If the user puts their own Google markers directly on the map