Comparing version 1.1.0 to 1.1.1
@@ -707,7 +707,4 @@ /** | ||
if ((opts.startDate || opts.endDate) && typeof opts.onSelect === 'function') { | ||
this.setStartDate(opts.startDate, true); | ||
this.setEndDate(opts.endDate, true); | ||
opts.onSelect.call(this, this.getStartDate(), this.getEndDate()); | ||
} | ||
this.setStartDate(opts.startDate, true); | ||
this.setEndDate(opts.endDate, true); | ||
@@ -714,0 +711,0 @@ return opts; |
{ | ||
"name": "lightpick", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Javascript date range picker - lightweight, no jQuery", | ||
@@ -5,0 +5,0 @@ "main": "lightpick.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94974
1599