r84043 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84042‎ | r84043 | r84044 >
Date:18:44, 15 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem obsolete code
Modified paths:
  • /branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js (modified) (history)

Diff [purge]

Index: branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js
@@ -24,9 +24,6 @@
2525 mapOptions.zoomControlOptions = { style: eval( 'google.maps.ZoomControlStyle.' + options.zoomstyle ) }
2626 mapOptions.mapTypeControlOptions = { style: eval( 'google.maps.MapTypeControlStyle.' + options.typestyle ) }
2727
28 - // Create the map.
29 - var locations = options.locations;
30 -
3128 var map = new google.maps.Map( this.get( 0 ), mapOptions );
3229 this.map = map;
3330

Status & tagging log