1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 18:14:11 +01:00

Bump JSMLoader.bump.

This commit is contained in:
Kris Maglione
2011-08-21 03:08:37 -04:00
parent af62c1a5f6
commit 9a378d467c
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ ProtocolBase.prototype = {
newURI: function newURI(spec, charset, baseURI) {
if (baseURI && baseURI.host === "data")
baseURI = null;
return services.URL(services.URL.URLTYPE_STANDARD,
return services.URL(services.URL.URLTYPE_AUTHORITY,
this.defaultPort, spec, charset, baseURI);
},