Add 'function' jsdoc tag to ol.geom.Geometry#rotate

Otherwise the function is in the 'Members' section of the API documentation.
This commit is contained in:
Frederic Junod
2016-03-09 14:13:54 +01:00
parent 6e45eef2a0
commit 0dd36736c7

View File

@@ -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;