ソースを参照

Fixed letter case in path to isPlainObject.js file used in model dev-utils.

Szymon Kupś 9 年 前
コミット
ac3631f092
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-engine/src/dev-utils/model.js

+ 1 - 1
packages/ckeditor5-engine/src/dev-utils/model.js

@@ -37,7 +37,7 @@ import {
 	convertSelectionAttribute
 } from '../conversion/model-selection-to-view-converters.js';
 import { insertText, insertElement, wrap } from '../conversion/model-to-view-converters.js';
-import isPlainObject from '../../utils/lib/lodash/isplainobject.js';
+import isPlainObject from '../../utils/lib/lodash/isPlainObject.js';
 
 /**
  * Writes the contents of the {@link engine.model.Document Document} to an HTML-like string.