Fix wrong returning type of electron.hideInternalModules

This commit is contained in:
hinamiyagk
2015-12-16 10:50:52 +09:00
parent 1bd11135c8
commit 3746eb3284
+1 -1
View File
@@ -1718,7 +1718,7 @@ declare module GitHubElectron {
powerMonitor: NodeJS.EventEmitter;
protocol: GitHubElectron.Protocol;
Tray: typeof GitHubElectron.Tray;
hideInternalModules(): any;
hideInternalModules(): void;
}
}