modified of code review

This commit is contained in:
m.sakamaki
2016-02-29 11:24:12 +09:00
parent da016154e6
commit 88cc695e1f

View File

@@ -1190,7 +1190,7 @@ declare module Electron {
* Restarts the app and installs the update after it has been downloaded.
* It should only be called after update-downloaded has been emitted.
*/
quitAndInstall(): any;
quitAndInstall(): void;
}
module Dialog {