Add ceil, floor, and round to lodash doc block. [ci skip]

This commit is contained in:
jdalton
2015-06-10 07:57:39 -07:00
parent 058196e42a
commit 9b54891474

View File

@@ -874,19 +874,20 @@
* `wrap`, `xor`, `zip`, `zipObject`, `zipWith` * `wrap`, `xor`, `zip`, `zipObject`, `zipWith`
* *
* The wrapper methods that are **not** chainable by default are: * The wrapper methods that are **not** chainable by default are:
* `add`, `attempt`, `camelCase`, `capitalize`, `clone`, `cloneDeep`, `deburr`, * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clone`, `cloneDeep`,
* `endsWith`, `escape`, `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, * `deburr`, `endsWith`, `escape`, `escapeRegExp`, `every`, `find`, `findIndex`,
* `findLast`, `findLastIndex`, `findLastKey`, `findWhere`, `first`, `get`, * `findKey`, `findLast`, `findLastIndex`, `findLastKey`, `findWhere`, `first`,
* `gt`, `gte`, `has`, `identity`, `includes`, `indexOf`, `inRange`, `isArguments`, * `floor`, `get`, `gt`, `gte`, `has`, `identity`, `includes`, `indexOf`,
* `isArray`, `isBoolean`, `isDate`, `isElement`, `isEmpty`, `isEqual`, `isError`, * `inRange`, `isArguments`, `isArray`, `isBoolean`, `isDate`, `isElement`,
* `isFinite` `isFunction`, `isMatch`, `isNative`, `isNaN`, `isNull`, `isNumber`, * `isEmpty`, `isEqual`, `isError`, `isFinite` `isFunction`, `isMatch`,
* `isObject`, `isPlainObject`, `isRegExp`, `isString`, `isUndefined`, * `isNative`, `isNaN`, `isNull`, `isNumber`, `isObject`, `isPlainObject`,
* `isTypedArray`, `join`, `kebabCase`, `last`, `lastIndexOf`, `lt`, `lte`, * `isRegExp`, `isString`, `isUndefined`, `isTypedArray`, `join`, `kebabCase`,
* `max`, `min`, `noConflict`, `noop`, `now`, `pad`, `padLeft`, `padRight`, * `last`, `lastIndexOf`, `lt`, `lte`, `max`, `min`, `noConflict`, `noop`,
* `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, `repeat`, `result`, * `now`, `pad`, `padLeft`, `padRight`, `parseInt`, `pop`, `random`, `reduce`,
* `runInContext`, `shift`, `size`, `snakeCase`, `some`, `sortedIndex`, * `reduceRight`, `repeat`, `result`, `round`, `runInContext`, `shift`, `size`,
* `sortedLastIndex`, `startCase`, `startsWith`, `sum`, `template`, `trim`, * `snakeCase`, `some`, `sortedIndex`, `sortedLastIndex`, `startCase`,
* `trimLeft`, `trimRight`, `trunc`, `unescape`, `uniqueId`, `value`, and `words` * `startsWith`, `sum`, `template`, `trim`, `trimLeft`, `trimRight`, `trunc`,
* `unescape`, `uniqueId`, `value`, and `words`
* *
* The wrapper method `sample` will return a wrapped value when `n` is provided, * The wrapper method `sample` will return a wrapped value when `n` is provided,
* otherwise an unwrapped value is returned. * otherwise an unwrapped value is returned.