зеркало из https://github.com/mozilla/gecko-dev.git
bug 110471, fix js warning, r=morse, sr=alecf
This commit is contained in:
Родитель
a6fc84e4ec
Коммит
e3e935d877
|
@ -257,7 +257,7 @@ nsContextMenu.prototype = {
|
|||
// URL must be constructed.
|
||||
this.imageURL = this.objectImageURL( this.target );
|
||||
} else if ( this.target.localName.toUpperCase() == "INPUT") {
|
||||
var type = this.target.getAttribute("type");
|
||||
type = this.target.getAttribute("type");
|
||||
if(type && type.toUpperCase() == "IMAGE") {
|
||||
this.onImage = true;
|
||||
// Convert src attribute to absolute URL.
|
||||
|
|
Загрузка…
Ссылка в новой задаче