()
| 41 | if (evt.which === 27) { setClosed(); } |
| 42 | } |
| 43 | function clickClose() { |
| 44 | setClosed(); |
| 45 | } |
| 46 | |
| 47 | function close() { |
| 48 | if (opts.escape) { body.unbind('keyup', escapeClose); } |
nothing calls this directly
no outgoing calls
no test coverage detected