Remaining valid-jsdoc corrections
This commit is contained in:
@@ -145,8 +145,8 @@ ol.layer.Heatmap.DEFAULT_GRADIENT = ['#00f', '#0ff', '#0f0', '#ff0', '#f00'];
|
||||
|
||||
|
||||
/**
|
||||
* @param {Array.<string>} colors
|
||||
* @return {Uint8ClampedArray}
|
||||
* @param {Array.<string>} colors A list of colored.
|
||||
* @return {Uint8ClampedArray} An array.
|
||||
* @private
|
||||
*/
|
||||
ol.layer.Heatmap.createGradient_ = function(colors) {
|
||||
@@ -168,7 +168,7 @@ ol.layer.Heatmap.createGradient_ = function(colors) {
|
||||
|
||||
|
||||
/**
|
||||
* @return {string}
|
||||
* @return {string} Data URL for a circle.
|
||||
* @private
|
||||
*/
|
||||
ol.layer.Heatmap.prototype.createCircle_ = function() {
|
||||
|
||||
Reference in New Issue
Block a user