Bump to v0.4.1.

Former-commit-id: ef73c95edc22d59412affba898d9820251c06b5b
This commit is contained in:
John-David Dalton
2012-07-12 00:06:36 -04:00
parent 1f3546a9f6
commit 46781e7614
8 changed files with 167 additions and 159 deletions

View File

@@ -865,7 +865,7 @@
deepEqual(_.toArray(object), [-1]);
});
test('should work with a string for `collection` (test in IE < 9)', function() {
test('should work with a string for `collection` (test in Opera < 10.52)', function() {
deepEqual(_.toArray('abc'), ['a', 'b', 'c']);
deepEqual(_.toArray(Object('abc')), ['a', 'b', 'c']);
});