remove the extra asterisk causing a strict warning.

irc-r=mano, no bug.
This commit is contained in:
asqueella@gmail.com
2007-01-31 21:53:03 +00:00
parent 7a4e7726b4
commit 88ae54cc50

View File

@@ -194,7 +194,7 @@ nsContextMenu.prototype = {
this.showItem("context-viewbgimage", shouldShow);
this.showItem("context-sep-viewbgimage", shouldShow);
document.getElementById("context-viewbgimage")
.disabled = !this.hasBGImage;*
.disabled = !this.hasBGImage;
},
initMiscItems: function() {