projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7328c250b3650627890436104118bd1fd5f9e58e
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var floorDay = require('./floor-day');
4
5
module.exports = function () {
6
floorDay.call(this).setDate(1);
7
return this;
8
};