Skip to content

Commit

Permalink
fix copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tardy committed Dec 14, 2014
1 parent c607d1e commit 6118cb7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -11,7 +11,6 @@ class Duration extends Filter('common')
class Durationformat extends Filter('common')
constructor: (MOMENT) ->
return (time) ->
d = MOMENT.duration(time * 1000)
d = MOMENT.duration(time * 1000)
m = MOMENT.utc(d.asMilliseconds())
days = Math.floor(d.asDays())
Expand Down

0 comments on commit 6118cb7

Please sign in to comment.