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:
parent
9cf5c2976a
commit
911b77adc6
@ -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++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user