summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash._baseuniq/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lodash._baseuniq/index.js')
-rw-r--r--deps/npm/node_modules/lodash._baseuniq/index.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/npm/node_modules/lodash._baseuniq/index.js b/deps/npm/node_modules/lodash._baseuniq/index.js
index 894eb34c75..ffdc06f7b5 100644
--- a/deps/npm/node_modules/lodash._baseuniq/index.js
+++ b/deps/npm/node_modules/lodash._baseuniq/index.js
@@ -1,5 +1,5 @@
/**
- * lodash 4.5.0 (Custom Build) <https://lodash.com/>
+ * lodash 4.5.1 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="npm" -o ./`
* Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
@@ -29,8 +29,7 @@ function arrayIncludes(array, value) {
}
/**
- * A specialized version of `_.includesWith` for arrays without support for
- * specifying an index to search from.
+ * This function is like `arrayIncludes` except that it accepts a comparator.
*
* @private
* @param {Array} array The array to search.