Index: branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js |
— | — | @@ -24,9 +24,6 @@ |
25 | 25 | mapOptions.zoomControlOptions = { style: eval( 'google.maps.ZoomControlStyle.' + options.zoomstyle ) } |
26 | 26 | mapOptions.mapTypeControlOptions = { style: eval( 'google.maps.MapTypeControlStyle.' + options.typestyle ) } |
27 | 27 | |
28 | | - // Create the map. |
29 | | - var locations = options.locations; |
30 | | - |
31 | 28 | var map = new google.maps.Map( this.get( 0 ), mapOptions ); |
32 | 29 | this.map = map; |
33 | 30 | |