mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
trying out new arrows for function literals -> is a function, => is a bound function
This commit is contained in:
2
test/fixtures/generation/each.coffee
vendored
2
test/fixtures/generation/each.coffee
vendored
@@ -1,6 +1,6 @@
|
||||
# The cornerstone, an each implementation.
|
||||
# Handles objects implementing forEach, arrays, and raw objects.
|
||||
_.each: (obj, iterator, context) =>
|
||||
_.each: (obj, iterator, context) ->
|
||||
index: 0
|
||||
try
|
||||
if obj.forEach
|
||||
|
||||
Reference in New Issue
Block a user