pmaTooltip(): undefined variable docY

This commit is contained in:
Sebastian Mendel
2005-11-14 11:23:47 +00:00
parent 69b5efe426
commit fcee338804
2 changed files with 5 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ function pmaTooltip( theText ) {
}
}
var plusX=0, plusY=0, docX=0; docY=0;
var plusX=0, plusY=0, docX=0, docY=0;
var divHeight = myTooltipContainer.clientHeight;
var divWidth = myTooltipContainer.clientWidth;
if (navigator.appName.indexOf("Explorer")!=-1) {