Skip to content

Commit

Permalink
fixed files form Closure #133
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent a453b69 commit 073b78a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2398,6 +2398,7 @@ private void skipEOLs() {
*/
private String getRemainingJSDocLine() {
String result = stream.getRemainingJSDocLine();
unreadToken = NO_UNREAD_TOKEN;
return result;
}

Expand Down

0 comments on commit 073b78a

Please sign in to comment.