A strict warning says that this variable needs to be declared before being used. It let's View->Page Source work again

git-svn-id: svn://10.0.0.236/trunk@79419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-09-18 07:19:13 +00:00
parent d2adc229cc
commit 09273d6398

View File

@@ -33,7 +33,7 @@ function onLoadViewSource()
try {
if ( window.arguments && window.arguments[1] ) {
if (window.arguments[1].indexOf('charset=') != -1) {
arrayArgComponents = window.arguments[1].split('=');
var arrayArgComponents = window.arguments[1].split('=');
if (arrayArgComponents) {
if (appCore != null) {
dump("*** SetDocumentCharset(" + arrayArgComponents[1] + ")\n");