Skip to content

Commit

Permalink
Fix typo in nsContextMenu.prototype.saveHelper() usage
Browse files Browse the repository at this point in the history
(related to #20)
  • Loading branch information
Infocatcher committed Mar 16, 2016
1 parent 40695c5 commit 0787797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/linkPropsPlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ var linkPropsPlusSvc = {
"" /*linkTextStr*/,
null,
true,
origTab.contentDocument,
origTab.linkedBrowser.contentDocument,
this.refererURI || null,
parentWindow.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIDOMWindowUtils)
Expand Down

0 comments on commit 0787797

Please sign in to comment.