Add abstract tag at class level
This commit is contained in:
committed by
Guillaume Beraudo
parent
2e63590791
commit
546fc97cd4
@@ -17,6 +17,7 @@ goog.require('ol.proj');
|
||||
* generic `change` event on your geometry instance.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.Object}
|
||||
* @api stable
|
||||
*/
|
||||
|
||||
@@ -15,6 +15,7 @@ goog.require('ol.obj');
|
||||
* in apps, as cannot be rendered.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.geom.Geometry}
|
||||
* @api stable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user