Move nowFunction in timeago to proper place
This commit is contained in:
parent
b57596c447
commit
7c1a64ccb6
4
assets/scripts/vendor/jquery.timeago.js
vendored
4
assets/scripts/vendor/jquery.timeago.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user