We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f8a11 commit 8b6f914Copy full SHA for 8b6f914
code-input.js
@@ -517,7 +517,7 @@ var codeInput = {
517
this.pluginEvt("beforeHighlight");
518
519
// Syntax Highlight
520
- if (this.templateObject.includeCodeInputInHighlightFunc) this.template.highlight(resultElement, this);
+ if (this.templateObject.includeCodeInputInHighlightFunc) this.templateObject.highlight(resultElement, this);
521
else this.templateObject.highlight(resultElement);
522
523
this.syncSize();
0 commit comments