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

5 lines
145 B
JavaScript
Raw Normal View History

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