()
| 13044 | } |
| 13045 | |
| 13046 | function $$QProvider() { |
| 13047 | this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { |
| 13048 | return qFactory(function(callback) { |
| 13049 | $browser.defer(callback); |
| 13050 | }, $exceptionHandler); |
| 13051 | }]; |
| 13052 | } |
| 13053 | |
| 13054 | /** |
| 13055 | * Constructs a promise manager. |
nothing calls this directly
no test coverage detected