diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-02 17:18:59 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-02 17:18:59 +0300 |
| commit | 807ff074540575e6ef8f99ad32b098a816091171 (patch) | |
| tree | 292feaa65ef0507f5eb9be47994d5da7f8ae3c56 /js/prefs.js | |
| parent | fda3ad39c8d89b07d4ead691bacdca6865e46517 (diff) | |
split main objects to dojo modules
Diffstat (limited to 'js/prefs.js')
| -rwxr-xr-x | js/prefs.js | 2 |
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; |