diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-28 13:56:14 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-29 11:19:37 +0100 |
| commit | 3ab04e1f47173a96c3ffc0331fba2a9165bae38d (patch) | |
| tree | fca0bfecbd337fbf9410f74047ba40b758b2fdab /frontend/src/util | |
| parent | 0643532d5a5adeebf712fb7e0fecf5181baf8e77 (diff) | |
Delete unnecessary jQuery util
Diffstat (limited to 'frontend/src/util')
| -rw-r--r-- | frontend/src/util/jquery.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/util/jquery.js b/frontend/src/util/jquery.js deleted file mode 100644 index 4976dd7d..00000000 --- a/frontend/src/util/jquery.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Binding of the global jQuery variable for use within React. - * - * This should be used instead of '$', to address ESLint warnings relating to undefined global variables. - */ -const jQuery = window['$'] - -export default jQuery |
