mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
updating fixtures -- all tests now pass -- back to master
This commit is contained in:
4
test/fixtures/generation/each.js
vendored
4
test/fixtures/generation/each.js
vendored
@@ -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;
|
||||
|
||||
4
test/fixtures/generation/each_no_wrap.js
vendored
4
test/fixtures/generation/each_no_wrap.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user