summaryrefslogtreecommitdiff
path: root/src/content/dynamicNS.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dynamicNS.js')
-rw-r--r--src/content/dynamicNS.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dynamicNS.js b/src/content/dynamicNS.js
index f865e8b..51a2701 100644
--- a/src/content/dynamicNS.js
+++ b/src/content/dynamicNS.js
@@ -7,8 +7,8 @@ if (!this.ns) {
let deferredSetup = null;
let nsStub = this.ns = {
config: {},
- setup(CURRENT, MARKER) {
- deferredSetup = [CURRENT, MARKER];
+ setup(permissions, MARKER) {
+ deferredSetup = [permissions, MARKER];
},
merge: ns => {
ns.config = Object.assign(ns.config, nsStub.config);