Index: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php |
— | — | @@ -112,5 +112,4 @@ |
113 | 113 | if ( $this->enableGeocoding ) MapsYahooMaps::addYMapDependencies( $this->output ); |
114 | 114 | } |
115 | 115 | |
116 | | - |
117 | | -} |
| 116 | +} |
\ No newline at end of file |
Index: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php |
— | — | @@ -109,4 +109,4 @@ |
110 | 110 | $this->enableGeocoding = false; |
111 | 111 | } |
112 | 112 | |
113 | | -} |
| 113 | +} |
\ No newline at end of file |
Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php |
— | — | @@ -120,4 +120,4 @@ |
121 | 121 | if ( $this->enableGeocoding ) MapsGoogleMaps::addGMapDependencies( $wgParser ); |
122 | 122 | } |
123 | 123 | |
124 | | -} |
| 124 | +} |
\ No newline at end of file |