From f859c43400ef6de29b340abfd534f2f59c183e2b Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 27 Sep 2017 21:11:24 +0200 Subject: Add spec-test for date-time util module --- src/util/jquery.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/jquery.js') 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; -- cgit v1.2.3