(sel)
| 140 | |
| 141 | // onSelectImport is called by the imports dropdown. |
| 142 | function onSelectImport(sel) { |
| 143 | if (sel.value >= 0) { |
| 144 | // Simulate a click on a tree node corresponding to the selected import. |
| 145 | $('#tree').jstree('select_node', 'node' + sel.value); |
| 146 | } |
| 147 | } |
nothing calls this directly
no outgoing calls
no test coverage detected