1
0
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:
Kris Maglione
2011-09-08 10:22:43 -04:00
parent e9a0b1eea3
commit c6035ce674
7 changed files with 227 additions and 147 deletions

View File

@@ -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;