mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Remove extra spaces from jsdoc (#2958)
This commit is contained in:
committed by
John-David Dalton
parent
3c5b828d7e
commit
a0b928dfbb
@@ -3,7 +3,7 @@ import baseSet from './baseSet.js';
|
|||||||
import castPath from './castPath.js';
|
import castPath from './castPath.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `pickBy`.
|
* The base implementation of `pickBy`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Object} object The source object.
|
* @param {Object} object The source object.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const moduleExports = freeModule && freeModule.exports === freeExports;
|
|||||||
const Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
|
const Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a clone of `buffer`.
|
* Creates a clone of `buffer`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Buffer} buffer The buffer to clone.
|
* @param {Buffer} buffer The buffer to clone.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import baseSet from './.internal/baseSet.js';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `set` except that it accepts `customizer` which is
|
* This method is like `set` except that it accepts `customizer` which is
|
||||||
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
|
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
|
||||||
* path creation is handled by the method instead. The `customizer` is invoked
|
* path creation is handled by the method instead. The `customizer` is invoked
|
||||||
* with three arguments: (nsValue, key, nsObject).
|
* with three arguments: (nsValue, key, nsObject).
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import baseUpdate from './.internal/baseUpdate.js';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `update` except that it accepts `customizer` which is
|
* This method is like `update` except that it accepts `customizer` which is
|
||||||
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
|
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
|
||||||
* path creation is handled by the method instead. The `customizer` is invoked
|
* path creation is handled by the method instead. The `customizer` is invoked
|
||||||
* with three arguments: (nsValue, key, nsObject).
|
* with three arguments: (nsValue, key, nsObject).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user