Merge pull request #1014 from AndyLnd/master

chore: remove unused flags variable
This commit is contained in:
Josh Bruce 2018-01-20 15:38:27 -05:00 committed by GitHub
commit a78d51f775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1017,13 +1017,11 @@ Parser.prototype.tok = function() {
, i
, row
, cell
, flags
, j;
// header
cell = '';
for (i = 0; i < this.token.header.length; i++) {
flags = { header: true, align: this.token.align[i] };
cell += this.renderer.tablecell(
this.inline.output(this.token.header[i]),
{ header: true, align: this.token.align[i] }

2
marked.min.js vendored

File diff suppressed because one or more lines are too long