Merge pull request #7741 from ahocevar/typecheck-full-build

Type checking and full build creation
This commit is contained in:
Andreas Hocevar
2018-02-10 02:09:31 +01:00
committed by GitHub
24 changed files with 278 additions and 101 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ const _ol_renderer_vector_ = {};
/**
* @type {number} Tolerance for geometry simplification in device pixels.
* Tolerance for geometry simplification in device pixels.
* @type {number}
*/
const SIMPLIFY_TOLERANCE = 0.5;
+2 -1
View File
@@ -23,7 +23,8 @@ import ContextEventType from '../../webgl/ContextEventType.js';
/**
* @type {number} Texture cache high water mark.
* Texture cache high water mark.
* @type {number}
*/
const WEBGL_TEXTURE_CACHE_HIGH_WATER_MARK = 1024;