Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -151,7 +151,6 @@ BrowserWindow.fromDevToolsWebContents = function(webContents) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// Helpers.
|
||||
|
||||
BrowserWindow.prototype.loadURL = function() {
|
||||
|
@ -198,7 +197,6 @@ BrowserWindow.prototype.inspectServiceWorker = function() {
|
|||
return this.webContents.inspectServiceWorker();
|
||||
};
|
||||
|
||||
|
||||
// Deprecated.
|
||||
|
||||
deprecate.member(BrowserWindow, 'undo', 'webContents');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue