Update builds, docs, and add a unit test for the _.findWhere alias.

This commit is contained in:
John-David Dalton
2013-10-13 15:28:51 -07:00
parent e90568e044
commit b30a948601
9 changed files with 1506 additions and 1271 deletions

View File

@@ -1372,8 +1372,9 @@
});
if (methodName == 'find') {
test('should be aliased', 1, function() {
test('should be aliased', 2, function() {
strictEqual(_.detect, func);
strictEqual(_.findWhere, func);
});
}
});