0.4.6 is on the books, with kylichuku's range function

This commit is contained in:
Jeremy Ashkenas
2009-11-30 23:20:11 -05:00
parent 64cac959a5
commit 4b2744a75a
7 changed files with 81 additions and 50 deletions

View File

@@ -63,4 +63,8 @@
return _.intersect(numbers, randomized);
});
JSLitmus.test('_.range()', function() {
return _.range(1000);
});
})();