mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Bump to v3.2.2.
This commit is contained in:
committed by
John-David Dalton
parent
2a20de4a1e
commit
45b95364ef
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* lodash 3.2.1 (Custom Build) <https://lodash.com/>
|
||||
* lodash 3.2.2 (Custom Build) <https://lodash.com/>
|
||||
* Build: `lodash modern modularize exports="npm" -o ./`
|
||||
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
|
||||
* Based on Underscore.js 1.8.2 <http://underscorejs.org/LICENSE>
|
||||
@@ -31,7 +31,7 @@ var isError = require('lodash.iserror');
|
||||
function attempt() {
|
||||
var func = arguments[0],
|
||||
length = arguments.length,
|
||||
args = Array(length ? length - 1 : 0);
|
||||
args = Array(length ? (length - 1) : 0);
|
||||
|
||||
while (--length > 0) {
|
||||
args[length - 1] = arguments[length];
|
||||
|
||||
Reference in New Issue
Block a user