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

Function alert

HTML/external/syntaxhighlighter_3.0.83/src/shCore.js:647–650  ·  view source on GitHub ↗

* Displays an alert. * @param {String} str String to display.

(str)

Source from the content-addressed store, hash-verified

645 * @param {String} str String to display.
646 */
647function alert(str)
648{
649 window.alert(sh.config.strings.alert + str);
650};
651
652/**
653 * Finds a brush by its alias.

Callers 3

termkit.jsFile · 0.85
findBrushFunction · 0.85
shCore.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected