Skip to content

Commit a21d8ab

Browse files
rjametYannic
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 1a2c558 commit a21d8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/externs/angular-1.6.js

Lines changed: 1 addition & 1 deletion
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)