()
| 822 | } |
| 823 | |
| 824 | function populateBomTable() { |
| 825 | populateBomHeader(); |
| 826 | populateBomBody(); |
| 827 | setBomHandlers(); |
| 828 | resizableGrid(bomhead); |
| 829 | } |
| 830 | |
| 831 | function footprintsClicked(footprintIndexes) { |
| 832 | var lastClickedIndex = footprintIndexes.indexOf(lastClicked); |
no test coverage detected