This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
SingleFile
mirror of
https://github.com/gildas-lormeau/SingleFile
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
removed unused parameter
Gildas
7 years ago
parent
41b0f3947a
commit
9bbd5379e2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
lib/browser-polyfill/custom-browser-polyfill.js
+ 1
- 1
lib/browser-polyfill/custom-browser-polyfill.js
View File
@@ -149,7 +149,7 @@
// ignored
}
})
- .catch(
error
=> {
+ .catch(
()
=> {
// ignored
});
return true;