indent style equal tab

This commit is contained in:
m.sakamaki 2016-02-27 15:32:12 +09:00
parent 9cee9901e4
commit da016154e6

View File

@ -1186,11 +1186,11 @@ declare module Electron {
* before using this API
*/
checkForUpdates(): any;
/**
* 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;
/**
* 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;
}
module Dialog {