瀏覽代碼

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").

部分文件因文件數量過多而無法顯示