MCPcopy Create free account
hub / github.com/BorisMoore/jquery-tmpl / unescape

Function unescape

jquery.tmpl.js:378–380  ·  view source on GitHub ↗
( args )

Source from the content-addressed store, hash-verified

376 }
377
378 function unescape( args ) {
379 return args ? args.replace( /\\'/g, "'").replace(/\\\\/g, "\\" ) : null;
380 }
381 function outerHtml( elem ) {
382 var div = document.createElement("div");
383 div.appendChild( elem.cloneNode(true) );

Callers 1

buildTmplFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected