Home
last modified time | relevance | path

Searched refs:snippetEl (Results 1 – 1 of 1) sorted by relevance

/plugin/revealjs/plugin/highlight/
H A Dhighlight.js25 function betterTrim(snippetEl) { argument
52 return (function(snippetEl) {
53 var content = trimLineBreaks(snippetEl.innerHTML);
67 })(snippetEl);