Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Mar 19, 2010
1 parent 29cb823 commit d088d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js2-mode.el
Expand Up @@ -9776,7 +9776,7 @@ returns nil."
(skip-chars-backward " \t}" (point-at-bol))
(or (bolp)
(and (backward-word 1)
(or (skip-chars-backward " \t}" (point-at-bol)) t)
(skip-chars-backward " \t}" (point-at-bol))
(bolp)
(looking-at "[ \t}]*else[ \t]+if"))))
(looking-at js-possibly-braceless-keyword-re)
Expand Down

0 comments on commit d088d34

Please sign in to comment.