Use URL instead of Url or url in comments and strings

This commit is contained in:
Tom Payne
2013-09-20 12:28:04 +01:00
parent f24c9a807f
commit abaa220314
7 changed files with 17 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ ol.TileUrlFunction.createFromTileUrlFunctions = function(tileUrlFunctions) {
/**
* @param {string} baseUrl Base URL (may have query data).
* @param {Object.<string,*>} params to encode in the url.
* @param {Object.<string,*>} params to encode in the URL.
* @param {function(this: ol.source.TileImage, string, Object.<string,*>,
* ol.Extent, ol.Size, ol.proj.Projection)} paramsFunction params function.
* @return {ol.TileUrlFunctionType} Tile URL function.
@@ -156,7 +156,7 @@ ol.TileUrlFunction.withTileCoordTransform =
/**
* @param {string} url Url.
* @param {string} url URL.
* @return {Array.<string>} Array of urls.
*/
ol.TileUrlFunction.expandUrl = function(url) {