This commit is contained in:
Jeremy Ashkenas
2009-10-29 14:58:50 -04:00
parent e9bc165bc3
commit eca085a9d9

View File

@@ -12,7 +12,7 @@ $(document).ready(function() {
test("utility: identity", function() {
var moe = {name : 'moe'};
equals(_.identity(moe), moe, 'moe is the same has his identity');
equals(_.identity(moe), moe, 'moe is the same as his identity');
});
test("utility: uniqueId", function() {