Merge pull request #6604 from ahocevar/star-radius

Fix RegularShape documentation
This commit is contained in:
Andreas Hocevar
2017-03-18 21:10:41 +01:00
committed by GitHub

View File

@@ -7093,7 +7093,7 @@ olx.style.RegularShapeOptions.prototype.radius;
/**
* Inner radius of a star.
* Outer radius of a star.
* @type {number|undefined}
* @api
*/
@@ -7101,7 +7101,7 @@ olx.style.RegularShapeOptions.prototype.radius1;
/**
* Outer radius of a star.
* Inner radius of a star.
* @type {number|undefined}
* @api
*/