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;