(tagName, attributes, options)
| 3107 | }; |
| 3108 | |
| 3109 | function element(tagName, attributes, options) { |
| 3110 | options = options || {}; |
| 3111 | return new Element(tagName, attributes, options); |
| 3112 | } |
| 3113 | |
| 3114 | function Element(tagName, attributes, options) { |
| 3115 | var tagNames = {}; |
no outgoing calls
no test coverage detected