(elem)
| 59 | // because jsdom on node.js will break without it. |
| 60 | |
| 61 | function getStyles(elem) { |
| 62 | return window.getComputedStyle(elem, null); |
| 63 | } |
| 64 | |
| 65 | function showHide(elements, show) { |
| 66 | var display, elem, hidden, |
no outgoing calls
no test coverage detected