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:
parent
18a2e32044
commit
8cec88f5f7
4 changed files with 140 additions and 125 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue