diff options
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 |
