mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 22:35:45 +01:00
Minorish refactoring.
This commit is contained in:
@@ -339,7 +339,7 @@ var IO = Module("io", {
|
||||
*/
|
||||
isJarURL: function isJarURL(url) {
|
||||
try {
|
||||
let uri = util.newURI(util.fixURI(url));
|
||||
let uri = util.newURI(url);
|
||||
if (uri instanceof Ci.nsIJARURI)
|
||||
return uri;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user