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

declare some accidentally global vars

This commit is contained in:
Doug Kearns
2007-11-09 05:30:33 +00:00
parent 2b60f1a26d
commit 9fa91be129
4 changed files with 10 additions and 7 deletions

View File

@@ -135,6 +135,8 @@ vimperator.Options = function() //{{{
function storePreference(name, value, vimperator_branch)
{
var branch;
if (vimperator_branch)
branch = vimperator_prefs;
else