Skip to content

Commit

Permalink
Add another missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Feb 6, 2019
1 parent 8b3e549 commit 3a695a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullcalendar-rightclick.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
originalRender.call(this);
if (! this.el.data('fullcalendar-rightclick')) {
this.registerRightclickListener();
this.el.data('fullcalendar-rightclick', true)
this.el.data('fullcalendar-rightclick', true);
}
};
function trigger() {
Expand Down

0 comments on commit 3a695a6

Please sign in to comment.