Merge pull request #2229 from domesticmouse/patch-3

Marking gapi.client.request body param as any
This commit is contained in:
Masahiro Wakame
2014-05-22 13:55:40 +09:00
+1 -1
View File
@@ -99,7 +99,7 @@ declare module gapi.client {
/**
* The HTTP request body (applies to PUT or POST).
*/
body?: string;
body?: any;
/**
* If supplied, the request is executed immediately and no gapi.client.HttpRequest object is returned
*/