Bug 120275

Redeclaration of contentArea strict warning in charsetOverlay.js
checking in for Alex Vincent
sr/a=brendan


git-svn-id: svn://10.0.0.236/trunk@112404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
yokoyama%netscape.com
2002-01-17 22:36:38 +00:00
parent 2cdcc5b19e
commit 1d65d69394

View File

@@ -268,7 +268,7 @@ else
else
if (window && arrayOfStrings[0] == "composer")
{
var contentArea = window.document.getElementById("appcontent");
contentArea = window.document.getElementById("appcontent");
if (contentArea)
contentArea.addEventListener("load", composercharsetLoadListener, true);
}