diff --git a/lodash.js b/lodash.js index dcab2f675..8e216fc1e 100644 --- a/lodash.js +++ b/lodash.js @@ -3914,7 +3914,6 @@ return baseFind(collection, predicate, baseEachRight); } - /** * Performs a deep comparison between each element in `collection` and the * source object, returning the first element that has equivalent property diff --git a/test/asset/set.js b/test/asset/set.js index 3d1e88b3f..560615b84 100644 --- a/test/asset/set.js +++ b/test/asset/set.js @@ -50,7 +50,6 @@ return -1; } - /*--------------------------------------------------------------------------*/ /**