Module type for ol.Disposable

This commit is contained in:
Frederic Junod
2018-03-19 08:48:28 +01:00
parent f8d94bb998
commit 3ccd4c0826
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import Polygon from '../geom/Polygon.js';
/**
* @constructor
* @extends {ol.Disposable}
* @extends {module:ol/Disposable~Disposable}
* @param {string} className CSS class name.
*/
const RenderBox = function(className) {