Merge pull request #5003 from fredj/jsdoc_rotate
Add 'function' jsdoc tag to ol.geom.Geometry#rotate
This commit is contained in:
@@ -175,6 +175,7 @@ ol.geom.Geometry.prototype.getExtent = function(opt_extent) {
|
||||
* @param {number} angle Rotation angle in radians.
|
||||
* @param {ol.Coordinate} anchor The rotation center.
|
||||
* @api
|
||||
* @function
|
||||
*/
|
||||
ol.geom.Geometry.prototype.rotate = goog.abstractMethod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user