不要怂,就是干,撸起袖子干!

Commit 0ca7299f by Sushant Committed by GitHub

docs: remove reference to flattenObjectDeep

1 parent d653fb98
Showing with 0 additions and 2 deletions
...@@ -441,8 +441,6 @@ exports.removeTicks = removeTicks; ...@@ -441,8 +441,6 @@ exports.removeTicks = removeTicks;
* address.coordinates.latitude: 55.6779627, * address.coordinates.latitude: 55.6779627,
* address.coordinates.longitude: 12.5964313 * address.coordinates.longitude: 12.5964313
* } * }
*
* @param {object} value Object to be deeply flattened
*/ */
function flattenObjectDeep(value) { function flattenObjectDeep(value) {
if (!_.isPlainObject(value)) return value; if (!_.isPlainObject(value)) return value;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!