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