1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 17:57:59 +01:00

move the global function focusNextFrame to a slot on vimperator -

vimperator.shiftFrameFocus
This commit is contained in:
Doug Kearns
2007-07-11 05:04:56 +00:00
parent b1d1f0ec68
commit aad4513874
2 changed files with 3 additions and 3 deletions

View File

@@ -1186,7 +1186,7 @@ function isDirectory(url)
/////////////////////////////////////////////////////////////////////{{{
// TODO: allow callback for filtering out unwanted frames? User defined?
function focusNextFrame(count, forward)
Vimperator.prototype.shiftFrameFocus = function(count, forward)
{
try
{