We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
qFactory
1 parent 4a12ae7 commit 9341671Copy full SHA for 9341671
src/ng/q.js
@@ -280,7 +280,7 @@ function $$QProvider() {
280
* @param {function(function)} nextTick Function for executing functions in the next turn.
281
* @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for
282
* debugging purposes.
283
- @ param {=boolean} errorOnUnhandledRejections Whether an error should be generated on unhandled
+ * @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled
284
* promises rejections.
285
* @returns {object} Promise manager.
286
*/
0 commit comments