MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / escapeQuotes

Function escapeQuotes

codebase/sources/dhtmlxscheduler.js:3762–3764  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

3760 }
3761 var singleQuotes = new RegExp("'", "gm");
3762 function escapeQuotes(text) {
3763 return (text + "").replace(singleQuotes, "'");
3764 }
3765 scheduler2._waiAria = { getAttributeString: function(attr) {
3766 var attributes = [" "];
3767 for (var i2 in attr) {

Callers 1

extend$hFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected