Merge pull request #9002 from openlayers/fix-module-path

Fix module path
This commit is contained in:
Andreas Hocevar
2018-11-25 14:51:42 +01:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
/** /**
* @module ol/renderer/canvas/Map * @module ol/renderer/Composite
*/ */
import {CLASS_UNSELECTABLE} from '../css.js'; import {CLASS_UNSELECTABLE} from '../css.js';
import {visibleAtResolution} from '../layer/Layer.js'; import {visibleAtResolution} from '../layer/Layer.js';