[SAP-150] Fixing come code review issues.

This commit is contained in:
ali.ibrahim
2016-11-15 09:57:06 +01:00
parent f01b6061b0
commit c5bef6a3c4

4
electron/index.d.ts vendored
View File

@@ -2719,7 +2719,7 @@ declare namespace Electron {
* @returns a ClientRequest instance using the provided options which are directly
* forwarded to the ClientRequest constructor.
*/
request(options : string | RequestOptions, callback?: (response: IncomingMessage) => void): ClientRequest
request(options: string | RequestOptions, callback?: (response: IncomingMessage) => void): ClientRequest;
}
/**
@@ -5806,7 +5806,7 @@ declare namespace Electron {
globalShortcut: Electron.GlobalShortcut;
Menu: typeof Electron.Menu;
MenuItem: typeof Electron.MenuItem;
net: Electron.Net;
net: Electron.Net;
powerMonitor: Electron.PowerMonitor;
powerSaveBlocker: Electron.PowerSaveBlocker;
protocol: Electron.Protocol;