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:
Igor Minar 2014-01-05 01:19:35 -08:00
parent e0ce9ed36d
commit a7aa4cc0a9

6
closure/angular.js vendored
View file

@ -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
*****************************************************************************/