Harmonize jsdoc

This commit is contained in:
Simon Seyock
2021-02-02 11:44:44 +01:00
parent d6d18d46a8
commit f590cb3473
26 changed files with 86 additions and 86 deletions

View File

@@ -240,10 +240,10 @@ class RegularShape extends ImageStyle {
return this.canvas_[pixelRatio || 1];
}
/*
/**
* Get the image pixel ratio.
* @param {number} pixelRatio Pixel ratio.
* */
*/
getPixelRatio(pixelRatio) {
return pixelRatio;
}
@@ -339,7 +339,7 @@ class RegularShape extends ImageStyle {
unlistenImageChange(listener) {}
/**
* @returns {RenderOptions} The render options
* @return {RenderOptions} The render options
* @protected
*/
createRenderOptions() {