Skip to content

Commit

Permalink
The 'ffshare' object no longer is a global. Access it from the 'share…
Browse files Browse the repository at this point in the history
…Panel' object.
  • Loading branch information
philikon committed Mar 22, 2011
1 parent 797f435 commit bbde30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/firefox-share/src/modules/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ sharePanel.prototype = {
let nb = self.gBrowser.getNotificationBox();
nb.removeNotification(nb.getNotificationWithValue("mozilla-f1-share-error"));
self.window.setTimeout(function () {
ffshare.togglePanel();
self.ffshare.togglePanel();
}, 0);
}
}];
Expand Down

0 comments on commit bbde30f

Please sign in to comment.