1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 02:26:20 +02:00

eslint fixes

This commit is contained in:
Kushagra Gour
2018-07-31 01:22:26 +05:30
parent 3e8e11a4aa
commit 06fbfda8c9
2 changed files with 10 additions and 6 deletions

View File

@ -48,7 +48,7 @@ function saveScreenshot(dataURI) {
// anymore.
return window.open(filePath);
chrome.downloads.download(
/* chrome.downloads.download(
{
url: filePath
},
@ -59,7 +59,7 @@ function saveScreenshot(dataURI) {
window.open(filePath);
}
}
);
); */
}
function errorHandler(e) {