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

git-svn-id: svn://10.0.0.236/trunk@84960 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2001-01-16 20:32:38 +00:00
parent 9cf5c2976a
commit 911b77adc6

View File

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