浏览代码

Simplified docs for Lo-Dash stuff.

fredck 10 年之前
父节点
当前提交
1114dd3f65
共有 1 个文件被更改,包括 1 次插入9 次删除
  1. 1 9
      packages/ckeditor5-utils/src/utils-lodash.js

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

@@ -18,18 +18,10 @@
 	// It is mandatory to execute `grunt lodash` after changes to this list.
 	var lodashInclude = [
 		/**
-		 * Assigns own enumerable properties of source object(s) to the destination object.
-		 *
-		 * From Lo-Dash: https://lodash.com/docs#assign (alias)
+		 * See Lo-Dash: https://lodash.com/docs#assign (alias)
 		 *
 		 * @member utils
 		 * @method extend
-		 *
-		 * @param {Object} object The destination object.
-		 * @param {...Object} source The source objects.
-		 * @param {Function} callback The function to customize assigning values.
-		 * @param {*} thisArg The this binding of callback.
-		 * @returns {Object} The destination object.
 		 */
 		'extend'
 	];