remove the extra asterisk causing a strict warning.
irc-r=mano, no bug.
This commit is contained in:
@@ -194,7 +194,7 @@ nsContextMenu.prototype = {
|
|||||||
this.showItem("context-viewbgimage", shouldShow);
|
this.showItem("context-viewbgimage", shouldShow);
|
||||||
this.showItem("context-sep-viewbgimage", shouldShow);
|
this.showItem("context-sep-viewbgimage", shouldShow);
|
||||||
document.getElementById("context-viewbgimage")
|
document.getElementById("context-viewbgimage")
|
||||||
.disabled = !this.hasBGImage;*
|
.disabled = !this.hasBGImage;
|
||||||
},
|
},
|
||||||
|
|
||||||
initMiscItems: function() {
|
initMiscItems: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user