From 8c04a001771bb09ef4399fb0832414eb6785637b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 24 Oct 2015 15:58:43 -0700 Subject: [PATCH] Newline nit. --- lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.js b/lodash.js index 22f9ec2c7..ed3ba97cd 100644 --- a/lodash.js +++ b/lodash.js @@ -12167,7 +12167,6 @@ */ var disj = createInvoker(arraySome); - /** * Creates a function that returns the result of invoking the provided * functions with the `this` binding of the created function, where each