Skip to content

Commit

Permalink
update dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosr committed Jan 21, 2021
1 parent c02336e commit 8346ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ds-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -22089,7 +22089,7 @@ class Util {
trs = [trs];
}

return '' + '<table class="definition-table"' + this.createHtmlAttr(tableAttr) + '>' + '<thead>' + '<tr>' + ths.map(th => {
return '' + '<table class="table definition-table"' + this.createHtmlAttr(tableAttr) + '>' + '<thead>' + '<tr>' + ths.map(th => {
return '<th>' + th + '</th>';
}).join('') + '</tr>' + '</thead>' + '<tbody' + this.createHtmlAttr(tbodyAttr) + '>' + (trs[0].startsWith('<tr') ? trs.join('') : trs.map(tr => {
return '<tr>' + tr + '</tr>';
Expand Down
2 changes: 1 addition & 1 deletion dist/ds-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8346ecb

Please sign in to comment.