aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--closure/angular.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/closure/angular.js b/closure/angular.js
index abc05a15..bc04e0f9 100644
--- a/closure/angular.js
+++ b/closure/angular.js
@@ -1667,6 +1667,12 @@ angular.$q.Promise;
*/
angular.$q.Promise.then = function(successCallback, opt_errorCallback) {};
+/**
+ * @param {?function(?)} callback
+ * @return {angular.$q.Promise}
+ */
+angular.$q.Promise.finally = function(callback) {};
+
/******************************************************************************
* $route Service
*****************************************************************************/