1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

new revision for release candidate

This commit is contained in:
gorhill 2017-04-02 22:48:11 -04:00
parent 43e6a7599d
commit 209f79535b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.11.5.106",
"version": "1.11.5.107",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -105,7 +105,6 @@ function getWindowlessBrowserFrame(appShell) {
windowlessBrowser.document.location = "data:application/vnd.mozilla.xul+xml;charset=utf-8,<window%20id='" + hostName + "-win'/>";
}
function waitForHiddenWindow() {
let appShell = Cc['@mozilla.org/appshell/appShellService;1']
.getService(Ci.nsIAppShellService);