(type)
| 56 | } |
| 57 | }, |
| 58 | _createElement = function _createElement(type) { |
| 59 | return _doc.createElementNS ? _doc.createElementNS("http://www.w3.org/1999/xhtml", type) : _doc.createElement(type); |
| 60 | }, |
| 61 | _createSVG = function _createSVG(type, container, attributes) { |
| 62 | var element = _doc.createElementNS("http://www.w3.org/2000/svg", type), |
| 63 | reg = /([a-z])([A-Z])/g, |
no outgoing calls
no test coverage detected
searching dependent graphs…