Module type for ol.style.*

This commit is contained in:
Frederic Junod
2018-03-27 15:04:07 +02:00
parent 2de83adb8e
commit 7cbc22fece
24 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const Fill = function(opt_options) {
/**
* Clones the style. The color is not cloned if it is an {@link module:ol/colorlike~ColorLike}.
* @return {ol.style.Fill} The cloned style.
* @return {module:ol/style/Fill~Fill} The cloned style.
* @api
*/
Fill.prototype.clone = function() {