()
| 1451 | } |
| 1452 | |
| 1453 | function fireDoneCallbackAsync() { |
| 1454 | fireDOMCallback('close'); |
| 1455 | doneCallback(); |
| 1456 | } |
| 1457 | |
| 1458 | //it is less complicated to use a flag than managing and canceling |
| 1459 | //timeouts containing multiple callbacks. |
no test coverage detected