r70753 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70752‎ | r70753 | r70754 >
Date:07:47, 9 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Minor style improvement
Modified paths:
  • /trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php
@@ -193,8 +193,21 @@
194194 */
195195 public static function getControlNames() {
196196 return array(
197 - 'auto', 'large', 'small', 'large-original', 'small-original', 'zoom', 'type', 'type-menu',
198 - 'overlays', 'overview', 'overview-map', 'scale', 'nav-label', 'nav', 'searchbar'
 197+ 'auto',
 198+ 'large',
 199+ 'small',
 200+ 'large-original',
 201+ 'small-original',
 202+ 'zoom',
 203+ 'type',
 204+ 'type-menu',
 205+ 'overlays',
 206+ 'overview',
 207+ 'overview-map',
 208+ 'scale',
 209+ 'nav-label',
 210+ 'nav',
 211+ 'searchbar'
199212 );
200213 }
201214

Status & tagging log