mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
broken waypoint, but fixed line numbers with the new JS comments
This commit is contained in:
@@ -342,7 +342,7 @@ module CoffeeScript
|
||||
"aint" => "!==",
|
||||
'not' => '!',
|
||||
}
|
||||
CONDITIONALS = ['||=', '&&=']
|
||||
CONDITIONALS = ['||:', '&&:']
|
||||
|
||||
attr_reader :operator, :first, :second
|
||||
|
||||
|
||||
Reference in New Issue
Block a user