Removing 'where' from COFFEE_KEYWORDS, and adding a missing equals sign to a test.

This commit is contained in:
Jeremy Ashkenas
2010-09-27 10:16:34 -04:00
parent bc87d9ed3d
commit 3c848736a7
3 changed files with 3 additions and 3 deletions

View File

@@ -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