Răsfoiți Sursa

Added Attribute and AttributeFactory classes with tests.

Piotr Jasiun 10 ani în urmă
părinte
comite
15e6ab4fe2

Fișier diff suprimat deoarece este prea mare
+ 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").

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff