Skip to content

Commit 844ea33

Browse files
committed
mistaken commit
1 parent 87e04e9 commit 844ea33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/coffee_script/grammar.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ token INDENT OUTDENT
2020

2121
# Declare order of operations.
2222
prechigh
23-
right NEW
2423
left '?'
2524
nonassoc UMINUS NOT '!' '!!' '~' '++' '--'
2625
left '*' '/' '%'
@@ -36,7 +35,7 @@ prechigh
3635
right INDENT
3736
left OUTDENT
3837
right WHEN LEADING_WHEN IN OF BY
39-
right THROW FOR SUPER
38+
right THROW FOR NEW SUPER
4039
left EXTENDS
4140
left ASSIGN '||=' '&&='
4241
right RETURN

0 commit comments

Comments
 (0)