From a7aa4cc0a97abaa1c4e8796f2b5ed5e216eff0e4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 5 Jan 2014 01:19:35 -0800 Subject: 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... --- closure/angular.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'closure') 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 *****************************************************************************/ -- cgit v1.2.3