diff options
| author | Igor Minar | 2014-01-05 01:19:35 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-05 01:19:35 -0800 | 
| commit | a7aa4cc0a97abaa1c4e8796f2b5ed5e216eff0e4 (patch) | |
| tree | a9fb4c32d9eecab9d298c53bb9ee87146d9608c5 /closure | |
| parent | e0ce9ed36d9b8c1858e4f928b61d21d7d4c023b8 (diff) | |
| download | angular.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.js | 6 | 
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   *****************************************************************************/ | 
