Rename source.getKeyParams() to source.getKey()

This commit is contained in:
Tim Schaub
2016-05-18 18:34:50 -06:00
parent 81d5849207
commit 841c8a5747
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ ol.source.TileWMS.prototype.getGutterInternal = function() {
/**
* @inheritDoc
*/
ol.source.TileWMS.prototype.getKeyParams = function() {
ol.source.TileWMS.prototype.getKey = function() {
return this.paramsKey_;
};