Fix instance variable assignment

This commit is contained in:
Thibaut 2015-02-01 18:24:21 -05:00
parent a7d212d4de
commit 7fa75e795e

View file

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