9c5085389fbf674cedfdfb8427d33b46389c041b
[platform/framework/web/crosswalk-tizen.git] /
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 };