Bump to v3.5.2.

This commit is contained in:
jdalton
2015-05-19 07:51:48 -07:00
committed by John-David Dalton
parent 9f7937cb84
commit ee29e79294
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/**
* lodash 3.5.1 (Custom Build) <https://lodash.com/>
* lodash 3.5.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.3 <http://underscorejs.org/LICENSE>
@@ -56,7 +56,7 @@ function compareMultiple(object, other, orders) {
* Used as the [maximum length](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
* of an array-like value.
*/
var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1;
var MAX_SAFE_INTEGER = 9007199254740991;
/**
* The base implementation of `_.map` without support for callback shorthands