Skip to content

Commit

Permalink
fix tr attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thehitechpanky committed Apr 21, 2020
1 parent fd80099 commit 50075e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ function getHead(paramObject) {
return _getNode(`head`, paramObject);
}

function getHeader(paramObject) {
return _getNode(`head`, paramObject);
}

function getHTML(paramObject) {
return _getNode(`html`, paramObject);
}
Expand Down

0 comments on commit 50075e3

Please sign in to comment.