Skip to content

Commit

Permalink
refactor: code review, remove duplicate line (ref #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed Mar 27, 2018
1 parent a87c1cc commit 7267b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/handler/allday/click.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ AlldayClick.prototype._onClick = function(clickEvent) {
}

scheduleElement = domutil.closest(target, config.classname('.weekday-schedule'));
blockElement = domutil.closest(target, config.classname('.weekday-schedule-block'));
if (scheduleElement) {
blockElement = domutil.closest(target, config.classname('.weekday-schedule-block'));
scheduleCollection.doWhenHas(domutil.getData(blockElement, 'id'), function(schedule) {
Expand Down

0 comments on commit 7267b58

Please sign in to comment.