()
| 788 | return this.appendChild(d3_document.createElementNS(this.namespaceURI, name)); |
| 789 | } |
| 790 | function appendNS() { |
| 791 | return this.appendChild(d3_document.createElementNS(name.space, name.local)); |
| 792 | } |
| 793 | return this.select(name.local ? appendNS : append); |
| 794 | }; |
| 795 | d3_selectionPrototype.insert = function(name, before) { |
nothing calls this directly
no outgoing calls
no test coverage detected