Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Remove var definition - not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwhitman committed Oct 30, 2011
1 parent afe4083 commit c40e0b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/uptime.coffee
Expand Up @@ -25,7 +25,6 @@ uptimeMe = (msg, start, cb) ->
if value > 0
elements.push value + ' ' + interval + numPlural(value)

last
if elements.length > 1
last = elements.pop()
response = elements.join ', '
Expand Down

0 comments on commit c40e0b2

Please sign in to comment.