Remove underscore from protected function, fix indentation, remove typecast
This commit is contained in:
@@ -53,11 +53,11 @@ class CircleStyle extends RegularShape {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the circle radius.
|
||||
*
|
||||
* @param {number} radius Circle radius.
|
||||
* @api
|
||||
*/
|
||||
* Set the circle radius.
|
||||
*
|
||||
* @param {number} radius Circle radius.
|
||||
* @api
|
||||
*/
|
||||
setRadius(radius) {
|
||||
this.radius_ = radius;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user