Simplify import path in ol/render/

This commit is contained in:
Frederic Junod
2018-10-12 14:51:43 +02:00
parent 59c95dbe90
commit 1732ed5a04
15 changed files with 36 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
/**
* @module ol/render/canvas/ImageReplay
*/
import CanvasInstruction from '../canvas/Instruction.js';
import CanvasReplay from '../canvas/Replay.js';
import CanvasInstruction from './Instruction.js';
import CanvasReplay from './Replay.js';
class CanvasImageReplay extends CanvasReplay {
/**