Skip to content

Commit

Permalink
Update 6_pgn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 10, 2019
1 parent b3e17bc commit 5f93a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6_pgn.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ function PreParsePGN(buf) {
let current_movetext = new_byte_pusher();
let games = [new_pgn_record()];

let inside_brace = false;
let parentheses_depth = 0;
let inside_brace = false; // {} are comments
let parentheses_depth = 0; // () are variations

for (let rawline of lines) {

Expand Down

0 comments on commit 5f93a8e

Please sign in to comment.