Fix instance variable assignment

pull/165/head
Thibaut 10 years ago
parent a7d212d4de
commit 7fa75e795e

@ -8,7 +8,6 @@ class app.views.TypePage extends app.View
return
render: (@type) ->
@type = type
@html @tmpl('typePage', @type)
return

Loading…
Cancel
Save