update gapi.d.ts

Remove duplicate module gapi.
This commit is contained in:
Borys H.N
2016-03-05 10:50:37 -06:00
parent 9521bd0249
commit efb64c7cc3
-9
View File
@@ -42,15 +42,6 @@ declare module gapi {
}
declare module gapi {
/**
* Pragmatically initialize gapi class member.
*/
export function load(object: string, fn: any) : any;
}
declare module gapi.auth {
/**
* Initiates the OAuth 2.0 authorization process. The browser displays a popup window prompting the user authenticate and authorize. After the user authorizes, the popup closes and the callback function fires.