(elem)
| 254 | |
| 255 | // Function to retrieve the platform name of a given <td> cell |
| 256 | function platformOf(elem) { |
| 257 | return elem.getAttribute('data-browser') || ''; |
| 258 | } |
| 259 | |
| 260 | // Since you can't add a :hover effect for columns, |
| 261 | // these handlers must suffice. |
no outgoing calls
no test coverage detected