mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Update docs, dist builds, and fix build.
Former-commit-id: 95a2ae15735b2c98f24c20b8dc894c2832ac107b
This commit is contained in:
@@ -1290,7 +1290,7 @@
|
||||
vm.runInContext(data.source, context);
|
||||
var lodash = context._;
|
||||
|
||||
ok(lodash([1]) instanceof lodash, basename);
|
||||
equal(lodash([1]) instanceof lodash, false, basename);
|
||||
deepEqual(_.keys(lodash.prototype), [], basename);
|
||||
start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user