(rootContainerElement)
| 16808 | var eventsEnabled = null, |
| 16809 | selectionInformation = null; |
| 16810 | function getOwnerDocumentFromRootContainer(rootContainerElement) { |
| 16811 | return 9 === rootContainerElement.nodeType |
| 16812 | ? rootContainerElement |
| 16813 | : rootContainerElement.ownerDocument; |
| 16814 | } |
| 16815 | function getOwnHostContext(namespaceURI) { |
| 16816 | switch (namespaceURI) { |
| 16817 | case "http://www.w3.org/2000/svg": |
no outgoing calls
no test coverage detected
searching dependent graphs…