This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mirrors
/
SingleFile
mirror de
https://github.com/gildas-lormeau/SingleFile
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
removed unused parameter
Gildas
há 7 anos atrás
pai
41b0f3947a
commit
9bbd5379e2
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
lib/browser-polyfill/custom-browser-polyfill.js
+ 1
- 1
lib/browser-polyfill/custom-browser-polyfill.js
Ver Ficheiro
@@ -149,7 +149,7 @@
// ignored
}
})
- .catch(
error
=> {
+ .catch(
()
=> {
// ignored
});
return true;