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

--HG--
extra : rebase_source : 183b1fbc81eb85e072330948d860be6ffdaa3baf
This commit is contained in:
Jared Wein 2013-06-10 22:47:02 -04:00
parent 56fb10a7c5
commit 3083aba920

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));
},