mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
revert: fix(closure): add Closure externs for angular.$q.Promise.finally
This reverts commit caeb740265.
The commit breaks Google apps because most don't use closure compiler
with the ES5 mode flag on. We are investigating a solution...
This commit is contained in:
parent
e0ce9ed36d
commit
a7aa4cc0a9
1 changed files with 0 additions and 6 deletions
6
closure/angular.js
vendored
6
closure/angular.js
vendored
|
|
@ -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
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue