Show More
Commit Description:
Merge pull request #28 from paphonb/change-default-language...
Commit Description:
Merge pull request #28 from paphonb/change-default-language allow users to change default submission language
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/date/#/floor-year.js | 8 lines | 143 B | application/javascript | JavascriptLexer |
"use strict";
var floorMonth = require("./floor-month");
module.exports = function () {
floorMonth.call(this).setMonth(0);
return this;
};