mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Merge pull request #442 from arturadib/fix-tellAppToQuit
Fixed browser shutdown bug in Mac tests
This commit is contained in:
commit
1db8ccaa21
@ -157,7 +157,7 @@ function snapshotCurrentPage(page, task, failure) {
|
||||
|
||||
function sendQuitRequest() {
|
||||
var r = new XMLHttpRequest();
|
||||
r.open('POST', '/tellMeToQuit?path = ' + escape(appPath), false);
|
||||
r.open('POST', '/tellMeToQuit?path=' + escape(appPath), false);
|
||||
r.send('');
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user