aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--closure/angular.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/closure/angular.js b/closure/angular.js
index bc04e0f9..abc05a15 100644
--- a/closure/angular.js
+++ b/closure/angular.js
@@ -1667,12 +1667,6 @@ 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
*****************************************************************************/