mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Bump to v3.7.0.
This commit is contained in:
@@ -31,7 +31,8 @@ function before(n, func) {
|
||||
return function() {
|
||||
if (--n > 0) {
|
||||
result = func.apply(this, arguments);
|
||||
} else {
|
||||
}
|
||||
if (n <= 1) {
|
||||
func = null;
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user