This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
mirrors
/
SingleFile
mirrorاز
https://github.com/gildas-lormeau/SingleFile
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
removed unused parameter
Gildas
7 سال پیش
والد
41b0f3947a
کامیت
9bbd5379e2
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
1 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
1
lib/browser-polyfill/custom-browser-polyfill.js
+ 1
- 1
lib/browser-polyfill/custom-browser-polyfill.js
مشاهده فایل
@@ -149,7 +149,7 @@
// ignored
}
})
- .catch(
error
=> {
+ .catch(
()
=> {
// ignored
});
return true;