This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
SingleFile
mirror of
https://github.com/gildas-lormeau/SingleFile
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
removed unused parameter
Gildas
7 năm trước cách đây
mục cha
41b0f3947a
commit
9bbd5379e2
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
lib/browser-polyfill/custom-browser-polyfill.js
+ 1
- 1
lib/browser-polyfill/custom-browser-polyfill.js
Xem Tập Tin
@@ -149,7 +149,7 @@
// ignored
}
})
- .catch(
error
=> {
+ .catch(
()
=> {
// ignored
});
return true;