(opt)
| 1547 | }; |
| 1548 | |
| 1549 | function resetButtonInputDisabled(opt) { |
| 1550 | _btnDisabled = !!opt.disabled; |
| 1551 | btn.disabled = _btnDisabled; |
| 1552 | } |
| 1553 | function getButtonInputState() { |
| 1554 | return {disabled: _btnDisabled}; |
| 1555 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…