Skip to content

Commit

Permalink
Forgot to use new API when merging
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Nov 24, 2010
1 parent c91e4f5 commit 2788a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.jmapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}else{
nePoint = swPoint = settings.default_point;
}
newBounds = new GLatLngBounds(
newBounds = new google.maps.LatLngBounds(
$.jMapping.makeGLatLng(swPoint),
$.jMapping.makeGLatLng(nePoint) );

Expand Down

0 comments on commit 2788a1c

Please sign in to comment.