More restrictive type for ol.style.Circle#getImage

This commit is contained in:
Éric Lemoine
2014-09-29 16:28:50 +02:00
parent 1c7f2ad5cc
commit c7ac9502bd

View File

@@ -120,7 +120,8 @@ ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) {
/**
* @inheritDoc
* @param {number} pixelRatio Pixel ratio.
* @return {HTMLCanvasElement} Canvas element.
* @api
*/
ol.style.Circle.prototype.getImage = function(pixelRatio) {