Skip to content

Commit

Permalink
Task: Removed trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Hjerling committed Jan 4, 2016
1 parent 0cc24af commit cc6b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moment-relative.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function parseDuration(string) {
days: days,
hours: hours,
minutes: minutes,
seconds: seconds,
seconds: seconds
});

return duration;
Expand Down

0 comments on commit cc6b9d6

Please sign in to comment.