Merge pull request #1014 from AndyLnd/master
chore: remove unused flags variable
This commit is contained in:
commit
a78d51f775
@ -1017,13 +1017,11 @@ Parser.prototype.tok = function() {
|
|||||||
, i
|
, i
|
||||||
, row
|
, row
|
||||||
, cell
|
, cell
|
||||||
, flags
|
|
||||||
, j;
|
, j;
|
||||||
|
|
||||||
// header
|
// header
|
||||||
cell = '';
|
cell = '';
|
||||||
for (i = 0; i < this.token.header.length; i++) {
|
for (i = 0; i < this.token.header.length; i++) {
|
||||||
flags = { header: true, align: this.token.align[i] };
|
|
||||||
cell += this.renderer.tablecell(
|
cell += this.renderer.tablecell(
|
||||||
this.inline.output(this.token.header[i]),
|
this.inline.output(this.token.header[i]),
|
||||||
{ header: true, align: this.token.align[i] }
|
{ header: true, align: this.token.align[i] }
|
||||||
|
2
marked.min.js
vendored
2
marked.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user