Fix 60633: JS strict warnings in fieldMapImport.js. patch by Mark Olson. r=timeless sr=mscott

This commit is contained in:
blakeross%telocity.com 2001-01-16 20:32:38 +00:00
Родитель 08a188c69b
Коммит 9c504971f1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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++) {