Selaa lähdekoodia

Fix typo in isIterable module import

Oskar Wrobel 9 vuotta sitten
vanhempi
sitoutus
e8ecdc3f22

+ 1 - 1
packages/ckeditor5-engine/src/treecontroller/view-converter-builder.js

@@ -7,7 +7,7 @@
 
 import Matcher from '../treeview/matcher.js';
 import ModelElement from '../treemodel/element.js';
-import isIterable from '../../utils/isIterable';
+import isIterable from '../../utils/isiterable.js';
 
 /**
  * Provides chainable, high-level API to easily build basic view-to-model converters that are appended to given