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

This commit is contained in:
law%netscape.com 2001-10-13 00:04:30 +00:00
Родитель d928532959
Коммит 5fc9787665
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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