(input)
| 146 | |
| 147 | // Prevents input from having injected markup |
| 148 | function cleanInput (input) { |
| 149 | return $('<div/>').text(input).text(); |
| 150 | } |
| 151 | |
| 152 | // Updates the typing event |
| 153 | function updateTyping () { |
no test coverage detected
searching dependent graphs…