Skip to content

Commit

Permalink
Improve formatting and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Nov 22, 2019
1 parent 8df502f commit 144f464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fullcalendar-rightclick.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* fullcalendar-rightclick v2.1
* fullcalendar-rightclick v2.2
* Docs & License: https://github.com/mherrmann/fullcalendar-rightclick
* (c) 2015 Michael Herrmann
*/
Expand Down Expand Up @@ -99,6 +99,6 @@
monkeyPatchViewClass(fc.views.agenda);
monkeyPatchViewClass(fc.views.basic);
if(fc.views.timeline){
monkeyPatchViewClass(fc.views.timeline);
monkeyPatchViewClass(fc.views.timeline);
}
})(jQuery);

0 comments on commit 144f464

Please sign in to comment.