Move nowFunction in timeago to proper place

This commit is contained in:
Piotr Sarnacki 2013-03-06 14:51:50 +01:00
parent b57596c447
commit 7c1a64ccb6

View File

@ -42,8 +42,8 @@
year: 'about a year',
years: '%d years',
numbers: [],
nowFunction: function() { return new Date().getTime(); }
}
},
nowFunction: function() { return new Date().getTime(); }
},
distanceInWords: function(date) {
if(!date) {