* @param {number|string} data * @return {!Text} * @suppressGlobalPropertiesCheck
(data)
| 325 | * @suppressGlobalPropertiesCheck |
| 326 | */ |
| 327 | function createTextNode(data) |
| 328 | { |
| 329 | return document.createTextNode(data); |
| 330 | } |
| 331 | |
| 332 | /** |
| 333 | * @param {string} elementName |
no outgoing calls
no test coverage detected