1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 22:22:27 +01:00

minor comment update

This commit is contained in:
Doug Kearns
2008-08-19 01:27:29 +00:00
parent 9368345344
commit 7d1b23517e

View File

@@ -1645,7 +1645,7 @@ liberator.Marks = function () //{{{
{
pendingJumps.push(slice);
// NOTE: this obviously won't work on generated pages using
// non-unique URLs, like liberator's help :(
// non-unique URLs :(
liberator.open(slice.location, liberator.NEW_TAB);
return;
}