Module type for BaseObject

This commit is contained in:
Tim Schaub
2018-03-18 09:50:48 -06:00
parent 0edbfde4d3
commit 414792f707
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import {create as createTransform, compose as composeTransform} from '../transfo
*
* @constructor
* @abstract
* @extends {ol.Object}
* @extends {module:ol/Object~BaseObject}
* @api
*/
const Geometry = function() {