(name)
| 355 | this.root.appendChild(toolbar); |
| 356 | |
| 357 | function on_click_closure(name) { |
| 358 | return function (_event) { |
| 359 | return fig.toolbar_button_onclick(name); |
| 360 | }; |
| 361 | } |
| 362 | |
| 363 | function on_mouseover_closure(tooltip) { |
| 364 | return function (event) { |
no outgoing calls
no test coverage detected
searching dependent graphs…