(text)
| 38 | } |
| 39 | |
| 40 | function escapeText(text) { |
| 41 | return String(text).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"'); |
| 42 | } |
| 43 | |
| 44 | function bug(object, type) { |
| 45 | $.each(object, function (index) { |
no outgoing calls
no test coverage detected