Merge pull request #5003 from fredj/jsdoc_rotate

Add 'function' jsdoc tag to ol.geom.Geometry#rotate
This commit is contained in:
Frédéric Junod
2016-03-10 08:39:48 +01:00

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;