1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 22:24:11 +01:00

Fix buffer.viewSourceExternally.

--HG--
extra : rebase_source : 46750802d4fb7477fef5b96b0779842f946c37b2
This commit is contained in:
Kris Maglione
2011-01-08 14:06:36 -05:00
parent 45932f73a3
commit 372e1518f8

View File

@@ -1018,7 +1018,7 @@ var Buffer = Module("buffer", {
return true;
};
let url = isString(doc) ? util.newURI(doc) : util.newURI(doc.location.href);
let uri = isString(doc) ? util.newURI(doc) : util.newURI(doc.location.href);
if (!isString(doc))
return io.withTempFiles(function (temp) {