Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
fix(WeekView): Fix bug in eventsComparer function
Browse files Browse the repository at this point in the history
  • Loading branch information
asurinov committed Nov 17, 2015
1 parent 63af3b7 commit 54dc317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/calendarHelper.js
Expand Up @@ -255,6 +255,7 @@ angular
} }
return 1; return 1;
} }
return 1;
} }


function getDayView(events, currentDay, dayViewStart, dayViewEnd, dayViewSplit, isWeekViewWithTimes) { function getDayView(events, currentDay, dayViewStart, dayViewEnd, dayViewSplit, isWeekViewWithTimes) {
Expand Down

0 comments on commit 54dc317

Please sign in to comment.