Fixed some jsdoc issues.
This commit is contained in:
@@ -163,6 +163,7 @@ class ImageStyle {
|
||||
/**
|
||||
* Get the image pixel ratio.
|
||||
* @param {number} pixelRatio Pixel ratio.
|
||||
* @return {number} Pixel ratio.
|
||||
*/
|
||||
getPixelRatio(pixelRatio) {
|
||||
return 1;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user