Skip to content

Commit

Permalink
Do not overwrite POS
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Dec 25, 2017
1 parent a015ec7 commit a495394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js2-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -11100,7 +11100,6 @@ TYPE-STRING is a string `get', `set', `*', or nil, indicating a found keyword."
("async" . ASYNC))))
'FUNCTION))
result end
(pos (js2-current-token-beg))
(_ (js2-must-match js2-LP "msg.no.paren.parms"))
(fn (js2-parse-function 'FUNCTION_EXPRESSION pos
(string= type-string "*")
Expand Down

0 comments on commit a495394

Please sign in to comment.