Index: lib/utils.js |
=================================================================== |
--- a/lib/utils.js |
+++ b/lib/utils.js |
@@ -53,11 +53,6 @@ |
// We cannot calculate MD5 checksums yet :-( |
return null; |
}, |
- makeURI: function(url) |
Sebastian Noack
2016/04/04 13:46:43
Actually we don't even need that function anymore,
|
- { |
- return Services.io.newURI(url); |
- }, |
- |
checkLocalePrefixMatch: function(prefixes) |
{ |
if (!prefixes) |