Browse Source

Fixed import bug.

Piotr Jasiun 9 years ago
parent
commit
9ff873a7bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-engine/src/view/range.js

+ 1 - 1
packages/ckeditor5-engine/src/view/range.js

@@ -12,7 +12,7 @@ import Position from './position';
 import TreeWalker from './treewalker';
 
 import AttributeElement from './attributeelement';
-import ContainerElement from './AttributeElement';
+import ContainerElement from './containerelement';
 import UIElement from './uielement';
 
 /**