Fixed some jsdoc issues.

This commit is contained in:
Simon Seyock
2021-02-02 12:08:33 +01:00
parent f590cb3473
commit 808868ad1f
6 changed files with 5 additions and 9 deletions
+1
View File
@@ -163,6 +163,7 @@ class ImageStyle {
/**
* Get the image pixel ratio.
* @param {number} pixelRatio Pixel ratio.
* @return {number} Pixel ratio.
*/
getPixelRatio(pixelRatio) {
return 1;
+1
View File
@@ -243,6 +243,7 @@ class RegularShape extends ImageStyle {
/**
* Get the image pixel ratio.
* @param {number} pixelRatio Pixel ratio.
* @return {number} Pixel ratio.
*/
getPixelRatio(pixelRatio) {
return pixelRatio;