Bug 881385 - Followup to fix typo in 1b4b5f70d7d3 patch. r=me

This commit is contained in:
Jared Wein
2013-06-10 22:47:02 -04:00
parent ec9c240e5d
commit e0e8f1444c

View File

@@ -822,7 +822,7 @@ SocialShare = {
iframe.setAttribute("src", shareEndpoint);
let navBar = document.getElementById("nav-bar");
let anchor = document.getAnonymousElementByAttribute(aToolbarButton, "class", "toolbarbutton-icon");
let anchor = document.getAnonymousElementByAttribute(this.shareButton, "class", "toolbarbutton-icon");
this.panel.openPopup(anchor, "bottomcenter topright", 0, 0, false, false);
Social.setErrorListener(iframe, this.setErrorMessage.bind(this));
},