web/lib/coffeescripts/logout.coffee in vines-0.4.0 vs web/lib/coffeescripts/logout.coffee in vines-0.4.1
- old
+ new
@@ -1,5 +1,5 @@
-class LogoutPage
+class @LogoutPage
constructor: (@session) ->
draw: ->
window.location.hash = ''
- window.location.reload()
\ No newline at end of file
+ window.location.reload()