Remove @extends and @constructor annotations
This commit is contained in:
@@ -7,8 +7,6 @@ import Polygon from '../geom/Polygon.js';
|
||||
|
||||
class RenderBox extends Disposable {
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {module:ol/Disposable}
|
||||
* @param {string} className CSS class name.
|
||||
*/
|
||||
constructor(className) {
|
||||
|
||||
Reference in New Issue
Block a user