From 7c1a64ccb6ba2a089fb5dae3198c82a6f8c86aee Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 6 Mar 2013 14:51:50 +0100 Subject: [PATCH] Move nowFunction in timeago to proper place --- assets/scripts/vendor/jquery.timeago.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/vendor/jquery.timeago.js b/assets/scripts/vendor/jquery.timeago.js index 22c06133..87076349 100644 --- a/assets/scripts/vendor/jquery.timeago.js +++ b/assets/scripts/vendor/jquery.timeago.js @@ -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) {