Call super and fix up comments in render box

This commit is contained in:
Tim Schaub
2018-07-18 00:39:51 -06:00
parent 9ce36da349
commit 5f058e877f
+1
View File
@@ -10,6 +10,7 @@ class RenderBox extends Disposable {
* @param {string} className CSS class name.
*/
constructor(className) {
super();
/**
* @type {module:ol/geom/Polygon}