Bug 253787 In nsContextMenu.js, 'Warning: reference to undefined property docshell.document.charset' (and other warnings/errors) (Cv1a undeclared |type|) p=Serge Gautherie,r=mscott,sr=neil

This commit is contained in:
bugzilla%standard8.demon.co.uk 2007-04-27 12:26:42 +00:00
Родитель c4546bfb37
Коммит cb145f2948
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -268,7 +268,6 @@ nsContextMenu.prototype = {
if ( this.target.ownerDocument instanceof ImageDocument )
this.onStandaloneImage = true;
} else if ( this.target instanceof HTMLInputElement) {
type = this.target.getAttribute("type");
this.onTextInput = this.isTargetATextBox(this.target);
} else if ( this.target instanceof HTMLTextAreaElement ) {
this.onTextInput = true;

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

@ -296,7 +296,6 @@ nsContextMenu.prototype = {
if ( this.target.ownerDocument instanceof ImageDocument )
this.onStandaloneImage = true;
} else if ( this.target instanceof HTMLInputElement ) {
type = this.target.getAttribute("type");
this.onTextInput = this.isTargetATextBox(this.target);
} else if ( this.target instanceof HTMLTextAreaElement ) {
this.onTextInput = true;