1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Remove unused property

This commit is contained in:
Raymond Hill 2020-09-20 09:29:17 -04:00
parent 761850d21b
commit b3b2fc3b42
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);