Replace non-breaking space (U+00A0) with regular space (U+0020)

This commit is contained in:
Tim Schaub
2015-04-22 10:41:10 -06:00
parent 046ff764df
commit c31ae25892
12 changed files with 15 additions and 15 deletions

View File

@@ -158,7 +158,7 @@ ol.source.TileArcGISRest.prototype.getTilePixelSize =
/**
* Return the URLs used for this ArcGIS source.
* Return the URLs used for this ArcGIS source.
* @return {!Array.<string>} URLs.
* @api stable
*/