From bbfdd786603dc21113adbd4d2678ece0fcc1949b Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 30 Mar 2008 13:13:41 +0000 Subject: [PATCH] added link to external scripts repository --- Donators | 1 + content/hints.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Donators b/Donators index bccb41b9..94d9e2b2 100644 --- a/Donators +++ b/Donators @@ -2,6 +2,7 @@ Note: If you don't wish to appear on this list when making a donation, please tell me. 2008: +* Mark Hashimoto * Anirudh Sanjeev * Ted Pavlic * Jacqueline Wegscheid diff --git a/content/hints.js b/content/hints.js index cc633eee..163132ae 100644 --- a/content/hints.js +++ b/content/hints.js @@ -108,7 +108,7 @@ liberator.Hints = function () //{{{ var start = hints.length; while ((elem = res.iterateNext()) != null) { - // TODO: for frames, this calculation is wrong + // TODO: for iframes, this calculation is wrong rect = elem.getBoundingClientRect(); if (!rect || rect.top > height || rect.bottom < 0 || rect.left > width || rect.right < 0) continue;