Fix build.

Former-commit-id: 41b9584b63962a71f146c61fda056d15a2be4e14
This commit is contained in:
John-David Dalton
2013-02-24 01:54:35 -08:00
parent 6c811a3261
commit 8e30fe2946
2 changed files with 11 additions and 8 deletions

View File

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