MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / _e

Function _e

demo/scripting/sandbox.js:2–2  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1var $ = function(e){return window.document.getElementById(e);}
2var _e = function(text) { return text.replace('&', '&amp;').replace('<', '&lt;');}
3window.addEventListener('load',function(){
4 window.bscripter = new CCLScripting("../../dist/scripting/Worker.js");
5 bscripter.logger = new function(){

Callers 1

sandbox.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected