Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f01087f

Browse files
matjedtbosch
authored andcommitted
fix(closure): closure compiler shouldn't rename .defaults.transformRequest
1 parent 4ac6424 commit f01087f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

closure/angular.js

+11
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,10 @@ angular.$http;
10531053
*/
10541054
angular.$http.Config;
10551055

1056+
angular.$http.Config.transformRequest;
1057+
1058+
angular.$http.Config.transformResponse;
1059+
10561060
// /**
10571061
// * This extern is currently incomplete as delete is a reserved word.
10581062
// * To use delete, index $http.
@@ -1159,6 +1163,13 @@ angular.$http.HttpPromise.error = function(callback) {};
11591163
*/
11601164
angular.$http.Response;
11611165

1166+
angular.$HttpProvider;
1167+
1168+
/**
1169+
* @type {angular.$http.Config}
1170+
*/
1171+
angular.$HttpProvider.defaults;
1172+
11621173
/******************************************************************************
11631174
* $injector Service
11641175
*****************************************************************************/

0 commit comments

Comments
 (0)