remove the extra asterisk causing a strict warning.

irc-r=mano, no bug.


git-svn-id: svn://10.0.0.236/trunk@219297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asqueella%gmail.com 2007-01-31 21:53:03 +00:00
parent d6008f9c2e
commit 9b444a60f5

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() {