Skip to content

Commit 69b00ac

Browse files
rjametbrad4d
authored andcommitted
Update Angular 1.6 externs to accept !Object in JSONP call, for trusted types
Follows angular/angular.js#15161 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152795936
1 parent e51b5bd commit 69b00ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/externs/angular-1.6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ angular.$http.prototype.get = function(url, opt_config) {};
16381638
angular.$http.prototype.head = function(url, opt_config) {};
16391639

16401640
/**
1641-
* @param {string} url
1641+
* @param {string|!Object} url
16421642
* @param {angular.$http.Config=} opt_config
16431643
* @return {!angular.$http.HttpPromise}
16441644
*/

0 commit comments

Comments
 (0)