Skip to content
Snippets Groups Projects
Commit 63e22b42 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

accept HTMLElement as input type for day range

parent 15161b96
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class DayRange {
/**
* constructor for the date range
* @param {number} dayRange number of days
* @param {jQuery} jQueryRef reference to the jquery element
* @param {jQuery|HTMLElement|*} jQueryRef reference to the jquery element
*/
constructor(dayRange, jQueryRef) {
this._workingDayRange = dayRange - 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment