Removed Blacklist typo

This commit is contained in:
kkapsner 2014-08-11 18:05:56 +02:00
parent 124d0a73a5
commit 8098c9177c
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -51,7 +51,7 @@ function updateBlackList(){
}
updateBlackList();
preferences.on("blackList", function(){
updateBackList();
updateBlackList();
workers.forEach(checkWorker);
});

View File

@ -42,6 +42,6 @@
],
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.1.1",
"version": "0.1.2",
"permissions": {"private-browsing": true}
}