зеркало из https://github.com/mozilla/gecko-dev.git
Fix 60633: JS strict warnings in fieldMapImport.js. patch by Mark Olson. r=timeless sr=mscott
This commit is contained in:
Родитель
08a188c69b
Коммит
9c504971f1
|
@ -76,8 +76,8 @@ function ListFields() {
|
|||
if (top.fieldMap == null)
|
||||
return;
|
||||
|
||||
body = document.getElementById("fieldBody");
|
||||
count = top.fieldMap.mapSize;
|
||||
var body = document.getElementById("fieldBody");
|
||||
var count = top.fieldMap.mapSize;
|
||||
var index;
|
||||
var i;
|
||||
for (i = 0; i < count; i++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче