Browse Source

Removed unnecessary import.

Piotrek Koszuliński 9 years ago
parent
commit
4126724be4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ckeditor5-engine/src/treemodel/position.js

+ 0 - 1
packages/ckeditor5-engine/src/treemodel/position.js

@@ -5,7 +5,6 @@
 
 'use strict';
 
-// import RootElement from './rootelement.js';
 import DocumentFragment from './documentfragment.js';
 import Element from './element.js';
 import last from '../../utils/lib/lodash/last.js';