()
| 15919 | } |
| 15920 | |
| 15921 | function $$QProvider() { |
| 15922 | this.$get = [ |
| 15923 | '$browser', '$exceptionHandler', function ($browser, $exceptionHandler) { |
| 15924 | return qFactory(function (callback) { |
| 15925 | $browser.defer(callback); |
| 15926 | }, |
| 15927 | $exceptionHandler); |
| 15928 | } |
| 15929 | ]; |
| 15930 | } |
| 15931 | |
| 15932 | /** |
| 15933 | * Constructs a promise manager. |
nothing calls this directly
no test coverage detected