(text)
| 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) { |