]> git.r.bdr.sh - rbdr/dotfiles/blob
9c5085389fbf674cedfdfb8427d33b46389c041b
[rbdr/dotfiles] /
1 'use strict';
2
3 var floorMonth = require('./floor-month');
4
5 module.exports = function () {
6 floorMonth.call(this).setMonth(0);
7 return this;
8 };