r86181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86180‎ | r86181 | r86182 >
Date:07:26, 16 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
ie7 fix by Masao Takaku
Modified paths:
  • /trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js
@@ -83,7 +83,7 @@
8484
8585 var mapOptions = {
8686 disableDefaultUI: true,
87 - mapTypeId: eval( 'google.maps.MapTypeId.' + options.type ),
 87+ mapTypeId: eval( 'google.maps.MapTypeId.' + options.type )
8888 };
8989 this.options = options;
9090

Status & tagging log