Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 20, 2020
1 parent 761850d commit b3b2fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,6 @@ vAPI.injectScriptlet = function(doc, text) {
vAPI.messaging.send('contentscript', {
what: 'retrieveContentScriptParameters',
url: vAPI.effectiveSelf.location.href,
isRootFrame: self === self.top,
charset: document.characterSet,
}).then(response => {
bootstrapPhase1(response);
Expand Down

0 comments on commit b3b2fc3

Please sign in to comment.