diff options
Diffstat (limited to 'frontend/src/util/jquery.js')
| -rw-r--r-- | frontend/src/util/jquery.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/util/jquery.js b/frontend/src/util/jquery.js index 12a64fc6..4976dd7d 100644 --- a/frontend/src/util/jquery.js +++ b/frontend/src/util/jquery.js @@ -3,6 +3,6 @@ * * This should be used instead of '$', to address ESLint warnings relating to undefined global variables. */ -const jQuery = window["$"]; +const jQuery = window['$'] -export default jQuery; +export default jQuery |
