Update docs, dist builds, and fix build.

Former-commit-id: 95a2ae15735b2c98f24c20b8dc894c2832ac107b
This commit is contained in:
John-David Dalton
2013-08-03 19:26:05 -07:00
parent aa465a12aa
commit f623a4ecef
9 changed files with 244 additions and 223 deletions

View File

@@ -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();
});