updating fixtures -- all tests now pass -- back to master

This commit is contained in:
Jeremy Ashkenas
2010-01-03 18:49:00 -05:00
parent 0093455d29
commit 536bdd2107
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
(function(){
// The cornerstone, an each implementation.
// Handles objects implementing forEach, arrays, and raw objects.
// The cornerstone, an each implementation. // Handles objects implementing forEach, arrays, and raw objects.
_.each = function each(obj, iterator, context) {
var __a, __b, __c, __d, __e, __f, __g, i, index, item, key;
index = 0;

View File

@@ -1,6 +1,4 @@
// The cornerstone, an each implementation.
// Handles objects implementing forEach, arrays, and raw objects.
// The cornerstone, an each implementation.// Handles objects implementing forEach, arrays, and raw objects.
_.each = function each(obj, iterator, context) {
var __a, __b, __c, __d, __e, __f, __g, i, index, item, key;
index = 0;