8
0
Quellcode durchsuchen

Added Attribute and AttributeFactory classes with tests.

Piotr Jasiun vor 10 Jahren
Ursprung
Commit
15e6ab4fe2

Datei-Diff unterdrückt, da er zu groß ist
+ 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").

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.