X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Date.js;h=907df59a19b1442b2f92f62df7f7fd3544a09f8e;hb=a1425bc37e1984ffa3215a1b5cc6021b4f6430d0;hp=aff4700563e50389ef2ea1506c1a94289e427946;hpb=61e930bbdeac15ffc04732732bc907d69e501bdc;p=gitlive diff --git a/Date.js b/Date.js index aff47005..907df59a 100644 --- a/Date.js +++ b/Date.js @@ -832,4 +832,8 @@ Date.prototype.add = function(interval, value){ } return d; }; - \ No newline at end of file + + +function newDate() { + return new Date(); +} \ No newline at end of file