Comma needs to die

This commit is contained in:
Neil Lalonde
2014-02-06 11:57:45 -05:00
parent a72e7324ba
commit 113057bfa9
3 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ test("formating medium length dates", function() {
};
var shortDateYear = function(days){
return moment().subtract('days', days).format('D MMM, YYYY');
return moment().subtract('days', days).format('D MMM YYYY');
};
leaveAgo = true;