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

View File

@@ -24,7 +24,8 @@ import Units from './proj/Units.js';
/**
* @type {number} Default min zoom level for the map view.
* Default min zoom level for the map view.
* @type {number}
*/
const DEFAULT_MIN_ZOOM = 0;