updating tests for named functions

This commit is contained in:
Jeremy Ashkenas
2009-12-30 23:14:29 -05:00
parent 34bf4ce325
commit 5658b2b41f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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