Skip to content

Commit a7aa4cc

Browse files
committed
revert: fix(closure): add Closure externs for angular.$q.Promise.finally
This reverts commit caeb740. The commit breaks Google apps because most don't use closure compiler with the ES5 mode flag on. We are investigating a solution...
1 parent e0ce9ed commit a7aa4cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

closure/angular.js

-6
Original file line numberDiff line numberDiff line change
@@ -1667,12 +1667,6 @@ angular.$q.Promise;
16671667
*/
16681668
angular.$q.Promise.then = function(successCallback, opt_errorCallback) {};
16691669

1670-
/**
1671-
* @param {?function(?)} callback
1672-
* @return {angular.$q.Promise}
1673-
*/
1674-
angular.$q.Promise.finally = function(callback) {};
1675-
16761670
/******************************************************************************
16771671
* $route Service
16781672
*****************************************************************************/

0 commit comments

Comments
 (0)