Updated type annotations

This commit is contained in:
Tim Schaub
2018-05-07 15:50:56 -06:00
parent cfe88663aa
commit 8e7c88d9a5
24 changed files with 40 additions and 41 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import {createTexture} from '../../webgl/Context.js';
/**
* @constructor
* @abstract
* @extends {ol.render.webgl.Replay}
* @extends {module:ol/render/webgl/Replay}
* @param {number} tolerance Tolerance.
* @param {module:ol/extent~Extent} maxExtent Max extent.
* @struct