Revert "Fixes Issue #618. Close implicit arguments in the middle of param lists."

This reverts commit 474c372b17.
This commit is contained in:
Jeremy Ashkenas
2010-08-18 20:39:55 -04:00
parent b608d4a5ea
commit 098caa9979
3 changed files with 3 additions and 14 deletions

View File

@@ -152,13 +152,6 @@ ok obj.a is 1
ok obj.b is 2
# Implicit objects may close in the middle of argument lists.
result = null
func = (one, two) -> result = two
func a: 1, b: 2, 3, 4
ok result is 3
# Implicit objects nesting.
obj =
options: