mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 02:24:57 -05:00
Removing 'where' from COFFEE_KEYWORDS, and adding a missing equals sign to a test.
This commit is contained in:
@@ -141,7 +141,7 @@ deepEqual join2, join3
|
||||
|
||||
# Pattern matching doesn't clash with implicit block objects.
|
||||
obj = a: 101
|
||||
func -> true
|
||||
func = -> true
|
||||
|
||||
if func func
|
||||
{a} = obj
|
||||
|
||||
Reference in New Issue
Block a user