()
| 77 | count++; |
| 78 | } |
| 79 | var checkComplete = function checkComplete() { |
| 80 | count--; |
| 81 | if (count === 0) { |
| 82 | element.winControl = element.winControl || ctl; |
| 83 | complete(ctl); |
| 84 | } |
| 85 | }; |
| 86 | |
| 87 | // async exceptions from the handler get dropped on the floor... |
| 88 | // |