Rename ol.extent.createEmptyExtent to ol.extent.createEmpty

This commit is contained in:
Tom Payne
2013-05-01 01:17:29 +02:00
parent 70fc6879db
commit b070b572d0
6 changed files with 7 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ ol.TileUrlFunction.createFromTileUrlFunctions = function(tileUrlFunctions) {
*/
ol.TileUrlFunction.createFromParamsFunction =
function(baseUrl, params, paramsFunction) {
var tmpExtent = ol.extent.createEmptyExtent();
var tmpExtent = ol.extent.createEmpty();
return (
/**
* @param {ol.TileCoord} tileCoord Tile Coordinate.