(el)
| 7616 | } |
| 7617 | |
| 7618 | function isScript(el) { |
| 7619 | return el.tagName === 'SCRIPT' && (!el.hasAttribute('type') || el.getAttribute('type') === 'text/javascript'); |
| 7620 | } |
| 7621 | |
| 7622 | var specialCharRE = /[^\w\-:\.]/; |
| 7623 |
no outgoing calls
no test coverage detected