()
| 14649 | } |
| 14650 | |
| 14651 | function $$QProvider() { |
| 14652 | this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { |
| 14653 | return qFactory(function(callback) { |
| 14654 | $browser.defer(callback); |
| 14655 | }, $exceptionHandler); |
| 14656 | }]; |
| 14657 | } |
| 14658 | |
| 14659 | /** |
| 14660 | * Constructs a promise manager. |
nothing calls this directly
no test coverage detected