mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Fix build.
Former-commit-id: 41b9584b63962a71f146c61fda056d15a2be4e14
This commit is contained in:
@@ -1101,7 +1101,7 @@
|
||||
if (index) {
|
||||
equal(typeof lodash.prototype.x, 'function', basename);
|
||||
} else {
|
||||
equal('x' in lodash.prototype.x, false, basename);
|
||||
equal('x' in lodash.prototype, false, basename);
|
||||
}
|
||||
start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user