remove unused flags

This commit is contained in:
AndyTheGiant 2018-01-15 18:16:54 +01:00
parent 3668af8182
commit 958777e9fe
2 changed files with 1 additions and 3 deletions

View File

@ -1006,13 +1006,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