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

5 lines
146 B
JavaScript
Raw Normal View History

2015-05-07 15:44:12 +09:00
Template.single_day.helpers({
showDateNav: function () {
return (typeof this.showDateNav === 'undefined') ? true : this.showDateNav;
}
2015-04-29 14:38:14 +09:00
});