()
| 13225 | } |
| 13226 | |
| 13227 | function $$QProvider() { |
| 13228 | this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { |
| 13229 | return qFactory(function(callback) { |
| 13230 | $browser.defer(callback); |
| 13231 | }, $exceptionHandler); |
| 13232 | }]; |
| 13233 | } |
| 13234 | |
| 13235 | /** |
| 13236 | * Constructs a promise manager. |
nothing calls this directly
no test coverage detected