зеркало из https://github.com/electron/electron.git
Remove quotes around key
This commit is contained in:
Родитель
61576c39be
Коммит
cbb68f6980
|
@ -227,7 +227,7 @@ describe('browser-window module', function () {
|
|||
|
||||
it('can initiate POST navigation', function (done) {
|
||||
w.webContents.on('did-finish-load', () => done())
|
||||
w.loadURL(server.url, {'postData': postData})
|
||||
w.loadURL(server.url, {postData: postData})
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче