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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user