fix typo
This commit is contained in:
parent
59133faa2c
commit
a8ba592fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ var Text = function(parentEl) {
|
|||
|
||||
var html = [];
|
||||
_self.$renderLine(html, i, tokens[i-first].tokens);
|
||||
dom.setInnerHtml(lineElement, html.join);
|
||||
dom.setInnerHtml(lineElement, html.join(""));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue