broken waypoint, but fixed line numbers with the new JS comments

This commit is contained in:
Jeremy Ashkenas
2009-12-23 19:42:18 -05:00
parent 6555473788
commit 60eabf63cf
14 changed files with 730 additions and 344 deletions

View File

@@ -342,7 +342,7 @@ module CoffeeScript
"aint" => "!==",
'not' => '!',
}
CONDITIONALS = ['||=', '&&=']
CONDITIONALS = ['||:', '&&:']
attr_reader :operator, :first, :second