diff options
Diffstat (limited to 'js/common.js')
| -rwxr-xr-x | js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/common.js b/js/common.js index cdc6cd6cc..bccd0dcbb 100755 --- a/js/common.js +++ b/js/common.js @@ -1,6 +1,6 @@ 'use strict'; -/* global dijit, App, dojo, __csrf_token */ +/* global App, __csrf_token */ /* eslint-disable no-new */ /* exported __ */ |