From 627e92e7e0e28968b3e0c3fa17d19e98ad7c2f54 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 23 Jan 2016 20:09:38 -0800 Subject: [PATCH] Remove empty line in `baseInvoke` jsdoc. [ci skip] --- lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.js b/lodash.js index 9909eefa0..c7466d33f 100644 --- a/lodash.js +++ b/lodash.js @@ -2673,7 +2673,6 @@ * The base implementation of `_.invoke` without support for individual * method arguments. * - * * @private * @param {Object} object The object to query. * @param {Array|string} path The path of the method to invoke.