Skip to content

Commit

Permalink
Added clearSelected, alias of clearselect
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Aug 3, 2017
1 parent b3b1bbf commit c64bff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/jsCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ var jsCalendar = (function(){
// Return
return this;
};
// Unselect all dates (alias)
JsCalendar.prototype.clearSelected = JsCalendar.prototype.clearselect;

// Set language
JsCalendar.prototype.setLanguage = function(code) {
Expand Down

0 comments on commit c64bff0

Please sign in to comment.