MCPcopy Create free account
hub / github.com/unconed/TermKit / defaultGetHtml

Function defaultGetHtml

HTML/external/syntaxhighlighter_3.0.83/src/shCore.js:151–154  ·  view source on GitHub ↗
(highlighter, name)

Source from the content-addressed store, hash-verified

149 ;
150
151 function defaultGetHtml(highlighter, name)
152 {
153 return sh.toolbar.getButtonHtml(highlighter, name, sh.config.strings[name]);
154 };
155
156 for (var i = 0; i < list.length; i++)
157 html += (items[list[i]].getHtml || defaultGetHtml)(highlighter, list[i]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected