remove useless constructors
This commit is contained in:
parent
14fb3c4598
commit
fd0f9519f1
2 changed files with 5 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
/* globals Event */
|
||||
|
||||
'use strict'
|
||||
|
||||
const ipcRenderer = require('electron').ipcRenderer
|
||||
|
@ -102,5 +104,5 @@ module.exports = {
|
|||
},
|
||||
setSize: function (guestInstanceId, params) {
|
||||
return ipcRenderer.send('ATOM_SHELL_GUEST_VIEW_MANAGER_SET_SIZE', guestInstanceId, params)
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue