Skip to content

Commit

Permalink
fixed typo - setting of status text for open spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpower committed Feb 4, 2013
1 parent e297706 commit 9523b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/open.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.openSpaces = (socket) ->
.slideDown()

update = (status) ->
selector(stetatus)
selector(status)
.find('.status')
.slideUp () ->
$(this).text(status.status)
Expand Down

0 comments on commit 9523b36

Please sign in to comment.