summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 17:18:59 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 17:18:59 +0300
commit807ff074540575e6ef8f99ad32b098a816091171 (patch)
tree292feaa65ef0507f5eb9be47994d5da7f8ae3c56 /js/prefs.js
parentfda3ad39c8d89b07d4ead691bacdca6865e46517 (diff)
split main objects to dojo modules
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 8804bdba9..637bc7905 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -1,4 +1,4 @@
-/* global dijit, __,fox */
+/* global dijit, __ */
let Utils;
let CommonDialogs;