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

Function escapeQuotes

codebase/sources/dhtmlxscheduler.es.js:3758–3760  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

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

Callers 1

extend$hFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected