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

Rename some functions. Add options.(set|get|reset|invert)Pref completion

This commit is contained in:
Kris Maglione
2008-11-15 00:04:47 +00:00
parent 257db25df2
commit 16b1273078
6 changed files with 16 additions and 12 deletions

View File

@@ -196,7 +196,7 @@ function Hints() //{{{
var scrollY = doc.defaultView.scrollY;
inner:
for (let i in (util.rangeInterruptable(start, end + 1, 500)))
for (let i in (util.interruptableRange(start, end + 1, 500)))
{
let hint = pageHints[i];
[elem, text, span, imgspan] = hint;