codesite-noreply at google.com
2010-Jan-28 00:02 UTC
[Mapstraction] [mapstraction] r72 committed - A fromGoogle() call slipped though here from v1 - changed to fromPropr...
Revision: 72 Author: dezfowler Date: Wed Jan 27 15:59:15 2010 Log: A fromGoogle() call slipped though here from v1 - changed to fromProprietary(). http://code.google.com/p/mapstraction/source/detail?r=72 Modified: /trunk/source/mxn.google.core.js ======================================--- /trunk/source/mxn.google.core.js Mon Dec 14 17:04:05 2009 +++ /trunk/source/mxn.google.core.js Wed Jan 27 15:59:15 2010 @@ -488,7 +488,7 @@ update: function() { point = new mxn.LatLonPoint(); - point.fromGoogle(this.proprietary_marker.getPoint()); + point.fromProprietary(''google'', this.proprietary_marker.getPoint()); this.location = point; }