diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-27 21:11:24 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-27 21:11:24 +0200 |
| commit | f859c43400ef6de29b340abfd534f2f59c183e2b (patch) | |
| tree | edb32ca220c037713c20b48bcf20ee0923cfeff3 /src/util/jquery.js | |
| parent | 911290cb5e13482acf9701ec9da7a3b16fd17061 (diff) | |
Add spec-test for date-time util module
Diffstat (limited to 'src/util/jquery.js')
| -rw-r--r-- | src/util/jquery.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/jquery.js b/src/util/jquery.js index dd0a7222..12a64fc6 100644 --- a/src/util/jquery.js +++ b/src/util/jquery.js @@ -1,2 +1,8 @@ +/** + * 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; |
