From 7d1b23517e087c710c7c7154c625de01456c83e8 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 19 Aug 2008 01:27:29 +0000 Subject: [PATCH] minor comment update --- content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index bce4b1a8..0bd04b69 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -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; }