mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:07:59 +01:00
fixed typo
This commit is contained in:
@@ -809,7 +809,7 @@ function QuickMarks() //{{{
|
|||||||
|
|
||||||
if (marks.length == 0)
|
if (marks.length == 0)
|
||||||
{
|
{
|
||||||
vimperator.echoerr("No marks set");
|
vimperator.echoerr("No QuickMarks set");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -202,11 +202,11 @@ function Hints() //{{{
|
|||||||
linkCount++; // and one more total hint
|
linkCount++; // and one more total hint
|
||||||
|
|
||||||
// process firefox event to keep the UI snappy
|
// process firefox event to keep the UI snappy
|
||||||
if (linkCount % 10 == 0)
|
// if (linkCount % 10 == 0)
|
||||||
{
|
// {
|
||||||
Components.classes['@mozilla.org/thread-manager;1'].
|
// Components.classes['@mozilla.org/thread-manager;1'].
|
||||||
getService().mainThread.processNextEvent(false);
|
// getService().mainThread.processNextEvent(false);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
doc.coordsInvalidated = false;
|
doc.coordsInvalidated = false;
|
||||||
@@ -462,10 +462,6 @@ function Hints() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this.showHintsBackground = function()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
this.reshowHints = function()
|
this.reshowHints = function()
|
||||||
{
|
{
|
||||||
onResize(null);
|
onResize(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user