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

git-svn-id: svn://10.0.0.236/trunk@225141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.demon.co.uk
2007-04-27 12:26:42 +00:00
parent 4975c377f4
commit 18858ba7f5
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;