aboutsummaryrefslogtreecommitdiffstats
path: root/closure
diff options
context:
space:
mode:
authorIgor Minar2014-01-05 01:19:35 -0800
committerIgor Minar2014-01-05 01:19:35 -0800
commita7aa4cc0a97abaa1c4e8796f2b5ed5e216eff0e4 (patch)
treea9fb4c32d9eecab9d298c53bb9ee87146d9608c5 /closure
parente0ce9ed36d9b8c1858e4f928b61d21d7d4c023b8 (diff)
downloadangular.js-a7aa4cc0a97abaa1c4e8796f2b5ed5e216eff0e4.tar.bz2
revert: fix(closure): add Closure externs for angular.$q.Promise.finally
This reverts commit caeb7402651702cd13df2f1594e9827439a8b760. The commit breaks Google apps because most don't use closure compiler with the ES5 mode flag on. We are investigating a solution...
Diffstat (limited to 'closure')
-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
*****************************************************************************/