summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-03 10:51:14 +0300
committerAndrew Dolgov <[email protected]>2018-12-03 10:51:14 +0300
commit78cc470193448048759b3f315ee630e50acb064b (patch)
treedcb14ea4a2ba9c10666b7b2669bf7776bc04d6b4 /js/prefs.js
parent84affc7b1d71769038dfd25d74e40d6bf744e5fb (diff)
remove some plugin JS code out of global context
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/prefs.js b/js/prefs.js
index ea5d847a9..edb11bc7d 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -7,6 +7,8 @@ let Filters;
let Users;
let Prefs;
+const Plugins = {};
+
require(["dojo/_base/kernel",
"dojo/_base/declare",
"dojo/ready",