(object)
| 185 | }); |
| 186 | |
| 187 | export function isNull(object) { |
| 188 | return ((typeof object) === 'undefined' || (object === null)); |
| 189 | } |
| 190 | |
| 191 | export function destroyChildren(element) { |
| 192 | while (element.firstChild) { |
no outgoing calls
no test coverage detected