0c9eb8b62788cfb88d91d42ed38baa353fddd71a
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 var setHours = Date.prototype.setHours;
4
5 module.exports = function () {
6         setHours.call(this, 0, 0, 0, 0);
7         return this;
8 };