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

Commit

Permalink
fix(closure): closure compiler shouldn't rename .defaults.transformRe…
Browse files Browse the repository at this point in the history
…quest
  • Loading branch information
matjed authored and tbosch committed Dec 4, 2013
1 parent 4ac6424 commit f01087f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions closure/angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,10 @@ angular.$http;
*/
angular.$http.Config;

angular.$http.Config.transformRequest;

angular.$http.Config.transformResponse;

// /**
// * This extern is currently incomplete as delete is a reserved word.
// * To use delete, index $http.
Expand Down Expand Up @@ -1159,6 +1163,13 @@ angular.$http.HttpPromise.error = function(callback) {};
*/
angular.$http.Response;

angular.$HttpProvider;

/**
* @type {angular.$http.Config}
*/
angular.$HttpProvider.defaults;

/******************************************************************************
* $injector Service
*****************************************************************************/
Expand Down

0 comments on commit f01087f

Please sign in to comment.