Tweak wording on _.clone feature note in readme & tweak unit test handling missing _.runInContext.

This commit is contained in:
John-David Dalton
2013-09-29 14:46:52 -07:00
parent 0558495760
commit 5e29e3f1cb
2 changed files with 2 additions and 2 deletions

View File

@@ -4766,7 +4766,7 @@
});
// add a skipped test for `_.runInContext` which is abscent from modularized builds
if (isModularize) {
if (!_.runInContext) {
skipTest();
}
});