1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 10:44:13 +01:00

Fix config.focusChange check.

This commit is contained in:
Kris Maglione
2009-03-30 11:00:38 -04:00
parent eab32403cd
commit 56da39319b

View File

@@ -1222,7 +1222,7 @@ function Events() //{{{
return;
}
if (config.focusChange())
if (config.focusChange)
return void config.focusChange(win);
urlbar = document.getElementById("urlbar");