Fix for bug 79356; remove duplicate var declaration (strict JS warning); r=morse, sr=blake

git-svn-id: svn://10.0.0.236/trunk@105314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law%netscape.com 2001-10-13 00:04:30 +00:00
parent 45a4378547
commit bd80e23931

View File

@ -228,7 +228,6 @@ nsHelperAppDialog.prototype = {
// Add special debug hook.
if ( this.debug ) {
var prompt = this.dialogElement( "prompt" );
prompt.setAttribute( "onclick", "dialog.doDebug()" );
}