mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 664673 - properly declare arrayIndex. r=neil
--HG-- extra : rebase_source : 1289e8c8e4ac0bfe5d3131f8ef7c271916782f8b
This commit is contained in:
parent
e87fb91e76
commit
454989c7f1
@ -232,7 +232,8 @@ var gPrefListener =
|
||||
if (/^capability\./.test(prefName)) // avoid displaying "private" preferences
|
||||
return;
|
||||
|
||||
var viewIndex = arrayIndex = gPrefArray.length;
|
||||
var arrayIndex = gPrefArray.length;
|
||||
var viewIndex = arrayIndex;
|
||||
var selectedIndex = view.selection.currentIndex;
|
||||
var pref;
|
||||
var updateView = false;
|
||||
|
Loading…
Reference in New Issue
Block a user