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

Fix gu on Gecko 2. Closes issue #244.

This commit is contained in:
Kris Maglione
2011-01-06 18:55:38 -05:00
parent 6a43c18355
commit e71f96dee6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
var Browser = Module("browser", {
}, {
climbUrlPath: function (count) {
let url = buffer.URI;
let url = buffer.URI.clone();
dactyl.assert(url instanceof Ci.nsIURL);
while (count-- && url.path != "/")