Bump to v3.8.2.

This commit is contained in:
jdalton
2015-06-28 22:19:19 -07:00
committed by John-David Dalton
parent f24cdadc22
commit bfda125d28

View File

@@ -1,4 +1,11 @@
/** Used to detect unsigned integer values. */
/**
* lodash 3.8.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>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Available under MIT license <https://lodash.com/license>
*/
/** Used to detect unsigned integer values. */
var reIsUint = /^\d+$/;