1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Restructuring of main.js.

This commit is contained in:
kkapsner 2017-07-07 08:50:23 +02:00
parent 18a2e32044
commit 8cec88f5f7
4 changed files with 140 additions and 125 deletions

View file

@ -25,7 +25,7 @@ function require(module){
}
else if (module === "sdk/l10n"){
return {
get: function(key){console.log(key);
get: function(key){
return browser.i18n.getMessage(key);
}
}