Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -3,9 +3,7 @@ var NavigationController, ipcMain,
|
|||
|
||||
ipcMain = require('electron').ipcMain;
|
||||
|
||||
|
||||
// The history operation in renderer is redirected to browser.
|
||||
|
||||
ipcMain.on('ATOM_SHELL_NAVIGATION_CONTROLLER', function() {
|
||||
var args, event, method, ref;
|
||||
event = arguments[0], method = arguments[1], args = 3 <= arguments.length ? slice.call(arguments, 2) : [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue