Commit 07b72d60 authored by Johannes Bill's avatar Johannes Bill

fixed issue with datespan 2

parent a3741655
...@@ -314,7 +314,7 @@ function wrapper(_epochSpan) { ...@@ -314,7 +314,7 @@ function wrapper(_epochSpan) {
case 21: case 21:
case 28: case 28:
return tmUtils.orOp(dateSpan.map(function (dateSpanElem) { return tmUtils.orOp(dateSpan.map(function (dateSpanElem) {
tmUtils.standardFromTillDay(daySpan, timeSpan, dateSpan, epochSpan, repeatOption); tmUtils.standardFromTillDay(daySpan, timeSpan, dateSpanElem, epochSpan, repeatOption);
})); }));
default: default:
throw new Error("invalid repeatoption"); throw new Error("invalid repeatoption");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment