summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-05-07 18:14:23 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-05-08 10:10:45 +0100
commit7592dd988af75e40f0e449e17905751a5117e4f5 (patch)
treec077dfd336352f4009f362de4a6db2daae316922 /toolbin
parentde1f4bc1918fe1a972c3e8119f3c24266aff4cc4 (diff)
downloadghostpdl-7592dd988af75e40f0e449e17905751a5117e4f5.tar.gz
Fix implicit declaration of var in ETS support script.
Diffstat (limited to 'toolbin')
-rw-r--r--toolbin/halftone/ETS/ipview.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbin/halftone/ETS/ipview.html b/toolbin/halftone/ETS/ipview.html
index 97be637bb..8a2a6e709 100644
--- a/toolbin/halftone/ETS/ipview.html
+++ b/toolbin/halftone/ETS/ipview.html
@@ -335,6 +335,7 @@ function imageView(file, event)
fixdiv.appendChild(document.createElement('br'));
var form = document.createElement('form');
fixdiv.appendChild(form);
+ var i;
for (i=0; i < data.depth; i++)
{
var span = document.createElement('span');