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;