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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user