lodash.core.js (lodash-4.17.20) | : | lodash.core.js (lodash-4.17.21) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
* Released under MIT license <https://lodash.com/license> | * Released under MIT license <https://lodash.com/license> | |||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> | * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> | |||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editor s | * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editor s | |||
*/ | */ | |||
;(function() { | ;(function() { | |||
/** Used as a safe reference for `undefined` in pre-ES5 environments. */ | /** Used as a safe reference for `undefined` in pre-ES5 environments. */ | |||
var undefined; | var undefined; | |||
/** Used as the semantic version number. */ | /** Used as the semantic version number. */ | |||
var VERSION = '4.17.20'; | var VERSION = '4.17.21'; | |||
/** Error message constants. */ | /** Error message constants. */ | |||
var FUNC_ERROR_TEXT = 'Expected a function'; | var FUNC_ERROR_TEXT = 'Expected a function'; | |||
/** Used to compose bitmasks for value comparisons. */ | /** Used to compose bitmasks for value comparisons. */ | |||
var COMPARE_PARTIAL_FLAG = 1, | var COMPARE_PARTIAL_FLAG = 1, | |||
COMPARE_UNORDERED_FLAG = 2; | COMPARE_UNORDERED_FLAG = 2; | |||
/** Used to compose bitmasks for function metadata. */ | /** Used to compose bitmasks for function metadata. */ | |||
var WRAP_BIND_FLAG = 1, | var WRAP_BIND_FLAG = 1, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |