remove useless constructors

This commit is contained in:
Zeke Sikelianos 2016-03-28 16:36:08 -07:00 committed by Kevin Sawicki
parent 14fb3c4598
commit fd0f9519f1
2 changed files with 5 additions and 9 deletions

View file

@ -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)
},
}
}