()
| 492 | } |
| 493 | |
| 494 | function affixon() { |
| 495 | return document |
| 496 | .getElementById('command-wrapper') |
| 497 | .classList.contains('affix'); |
| 498 | } |
| 499 | |
| 500 | // this is where the magic happens! we create a connecting line between each |
| 501 | // <span> in the commandselector and its matching <pre> in helpselector. |
no outgoing calls
no test coverage detected