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