()
| 102 | } |
| 103 | |
| 104 | function preOpen() { |
| 105 | showHashTarget(this.hash.substring(1)); |
| 106 | } |
| 107 | |
| 108 | var split_left = document.querySelector('#split-left'); |
| 109 | var split_right = document.querySelector('#split-right'); |
nothing calls this directly
no test coverage detected