Remove underscore from protected function, fix indentation, remove typecast

This commit is contained in:
Frederic Junod
2019-06-25 10:26:26 +02:00
parent caac90e8d7
commit 0d6368d4ec
2 changed files with 7 additions and 8 deletions
+5 -5
View File
@@ -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;
}