Index: trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js |
— | — | @@ -5,7 +5,6 @@ |
6 | 6 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
7 | 7 | */ |
8 | 8 | jQuery(document).ready(function() { |
9 | | - window.zzzzzz = window.mwmaps.googlemaps3; |
10 | 9 | if ( typeof google != 'undefined' ) { |
11 | 10 | for ( i in window.mwmaps.googlemaps3 ) { |
12 | 11 | jQuery( '#' + i ).googlemaps( window.mwmaps.googlemaps3[i] ); |