mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Rebuild dist.
This commit is contained in:
4
dist/lodash.underscore.js
vendored
4
dist/lodash.underscore.js
vendored
@@ -822,7 +822,7 @@
|
||||
var hasValCtor = hasOwnProperty.call(value, 'constructor'),
|
||||
hasOthCtor = hasOwnProperty.call(other, 'constructor');
|
||||
|
||||
if (hasValCtor !== hasOthCtor) {
|
||||
if (hasValCtor != hasOthCtor) {
|
||||
return false;
|
||||
}
|
||||
if (!hasValCtor) {
|
||||
@@ -4005,7 +4005,7 @@
|
||||
* var object = { 'name': 'fred' };
|
||||
* var other = { 'name': 'fred' };
|
||||
*
|
||||
* object == other;
|
||||
* object == other;
|
||||
* // => false
|
||||
*
|
||||
* _.isEqual(object, other);
|
||||
|
||||
Reference in New Issue
Block a user