mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(closure): closure compiler shouldn't rename .defaults.transformRequest
This commit is contained in:
parent
4ac6424e87
commit
f01087f802
1 changed files with 11 additions and 0 deletions
11
closure/angular.js
vendored
11
closure/angular.js
vendored
|
|
@ -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.
|
||||
|
|
@ -1159,6 +1163,13 @@ angular.$http.HttpPromise.error = function(callback) {};
|
|||
*/
|
||||
angular.$http.Response;
|
||||
|
||||
angular.$HttpProvider;
|
||||
|
||||
/**
|
||||
* @type {angular.$http.Config}
|
||||
*/
|
||||
angular.$HttpProvider.defaults;
|
||||
|
||||
/******************************************************************************
|
||||
* $injector Service
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue