acorn resync

This commit is contained in:
Sebastian McKenzie
2015-06-24 23:15:27 +01:00
parent 32a4d7172b
commit 4fc1bbeb60
2 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ kw("case", beforeExpr)
kw("catch")
kw("continue")
kw("debugger")
kw("default")
kw("default", beforeExpr)
kw("do", {isLoop: true})
kw("else", beforeExpr)
kw("finally")