fix(closure): closure compiler shouldn't rename .defaults.transformRequest

This commit is contained in:
Mateusz Jedruch 2013-12-04 12:00:42 +01:00 committed by Tobias Bosch
parent 4ac6424e87
commit f01087f802

11
closure/angular.js vendored
View file

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