Simplify import path in ol/control/
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @module ol/control/Attribution
|
||||
*/
|
||||
import {equals} from '../array.js';
|
||||
import Control from '../control/Control.js';
|
||||
import Control from './Control.js';
|
||||
import {CLASS_CONTROL, CLASS_UNSELECTABLE, CLASS_COLLAPSED} from '../css.js';
|
||||
import {removeChildren, replaceNode} from '../dom.js';
|
||||
import {listen} from '../events.js';
|
||||
|
||||
Reference in New Issue
Block a user