소스 검색

Added Attribute and AttributeFactory classes with tests.

Piotr Jasiun 10 년 전
부모
커밋
15e6ab4fe2
2개의 변경된 파일730개의 추가작업 그리고 696개의 파일을 삭제
  1. 721 695
      packages/ckeditor5-ui/src/lib/lodash/lodash-ckeditor.js
  2. 9 1
      packages/ckeditor5-ui/src/utils-lodash.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 721 - 695
packages/ckeditor5-ui/src/lib/lodash/lodash-ckeditor.js


+ 9 - 1
packages/ckeditor5-ui/src/utils-lodash.js

@@ -47,7 +47,15 @@
 		 * @member utils
 		 * @method isObject
 		 */
-		'isObject'
+		'isObject',
+
+		/**
+		 * See Lo-Dash: https://lodash.com/docs#isArray
+		 *
+		 * @member utils
+		 * @method isArray
+		 */
+		'isArray'
 	];
 
 	// Make this compatible with CommonJS as well so it can be used in Node (e.g. "grunt lodash").

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.