Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active January 22, 2017 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/f340eab010f9be2d5af0177cc9f5e781 to your computer and use it in GitHub Desktop.
Save goofmint/f340eab010f9be2d5af0177cc9f5e781 to your computer and use it in GitHub Desktop.
3.md
'#disable click': function(context, $el) {
var dates = this.calendarController.getSelectedDate();
disableDates = disableDates.concat(dates);
this.calendarController.setSelectable(dates, false);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment