docs done -- going back to code comments

This commit is contained in:
Jeremy Ashkenas
2009-10-27 12:29:24 -04:00
parent 9a881c70cb
commit 5e3f783a23
4 changed files with 94 additions and 75 deletions

View File

@@ -58,9 +58,5 @@ $(document).ready(function() {
ok(_.isUndefined(), 'nothing is undefined');
ok(_.isUndefined(undefined), 'undefined is undefined');
});
test("objects: toString", function() {
equals(_.toString([1, 2, 3]), '1,2,3', 'object can be converted to printable strings');
});
});