docs(ngMocks): fix type for $flushPendingTasks/$verifyPendingsTasks

Closes #16638
This commit is contained in:
George Kalpakas
2018-07-20 21:10:38 +03:00
parent 6706353a71
commit c2d0783ca9
+2 -2
View File
@@ -240,7 +240,7 @@ angular.mock.$Browser.prototype = {
};
/**
* @ngdoc function
* @ngdoc service
* @name $flushPendingTasks
*
* @description
@@ -279,7 +279,7 @@ angular.mock.$FlushPendingTasksProvider = function() {
};
/**
* @ngdoc function
* @ngdoc service
* @name $verifyNoPendingTasks
*
* @description