Vulcan/packages/telescope-singleday/lib/client/templates/single_day.js

5 lines
No EOL
145 B
JavaScript

Template.singleDay.helpers({
showDateNav: function () {
return (typeof this.showDateNav === 'undefined') ? true : this.showDateNav;
}
});