Vulcan/packages/telescope-singleday/lib/client/templates/single_day.js
2015-05-07 15:44:12 +09:00

5 lines
No EOL
146 B
JavaScript

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