diff --git a/lodash._basepullat/index.js b/lodash._basepullat/index.js index 75cb20767..d121071d3 100644 --- a/lodash._basepullat/index.js +++ b/lodash._basepullat/index.js @@ -1,4 +1,11 @@ -/** Used to detect unsigned integer values. */ +/** + * lodash 3.8.2 (Custom Build) + * Build: `lodash modern modularize exports="npm" -o ./` + * Copyright 2012-2015 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ /** Used to detect unsigned integer values. */ var reIsUint = /^\d+$/;