From 536bdd21074df30e6be505dce740ff70e59e5665 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 3 Jan 2010 18:49:00 -0500 Subject: [PATCH] updating fixtures -- all tests now pass -- back to master --- test/fixtures/generation/each.js | 4 +--- test/fixtures/generation/each_no_wrap.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/test/fixtures/generation/each.js b/test/fixtures/generation/each.js index 9e3decfd..2db559e3 100644 --- a/test/fixtures/generation/each.js +++ b/test/fixtures/generation/each.js @@ -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; diff --git a/test/fixtures/generation/each_no_wrap.js b/test/fixtures/generation/each_no_wrap.js index 4fb7dede..b9578a4e 100644 --- a/test/fixtures/generation/each_no_wrap.js +++ b/test/fixtures/generation/each_no_wrap.js @@ -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;