Fixed js lint issues.
This commit is contained in:
parent
370562b129
commit
d75db0ea1a
1 changed files with 1 additions and 2 deletions
|
@ -256,7 +256,6 @@ describe('BrowserWindow module', function () {
|
||||||
w.loadURL(server.url)
|
w.loadURL(server.url)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
it('sets the content type header on multi part forms', function (done) {
|
it('sets the content type header on multi part forms', function (done) {
|
||||||
w.webContents.on('did-finish-load', () => {
|
w.webContents.on('did-finish-load', () => {
|
||||||
w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
|
w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue