Removing window.event IEism, r=pinkerton, bug=19323

This commit is contained in:
rginda%netscape.com 1999-12-01 00:12:02 +00:00
parent 7c1ae0d528
commit b21cc2d785
2 changed files with 4 additions and 4 deletions

View File

@ -1224,7 +1224,7 @@ function OpenSearch(tabName, searchStr)
}
function BrowserReload() {
dump( "Sorry, command not implemented: " + window.event.srcElement + "\n" );
dump( "Sorry, command not implemented.\n" );
}
function hiddenWindowStartup()
@ -1391,4 +1391,4 @@ function disableUriLoading() {
pref = pref.QueryInterface(Components.interfaces.nsIPref);
pref.SetDefaultBoolPref("browser.uriloader", false);
}
}
}

View File

@ -1224,7 +1224,7 @@ function OpenSearch(tabName, searchStr)
}
function BrowserReload() {
dump( "Sorry, command not implemented: " + window.event.srcElement + "\n" );
dump( "Sorry, command not implemented.\n" );
}
function hiddenWindowStartup()
@ -1391,4 +1391,4 @@ function disableUriLoading() {
pref = pref.QueryInterface(Components.interfaces.nsIPref);
pref.SetDefaultBoolPref("browser.uriloader", false);
}
}
}