Jelajahi Sumber

Added Attribute and AttributeFactory classes with tests.

Piotr Jasiun 10 tahun lalu
induk
melakukan
15e6ab4fe2

File diff ditekan karena terlalu besar
+ 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").

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini