mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix instance variable assignment
This commit is contained in:
parent
a7d212d4de
commit
7fa75e795e
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ class app.views.TypePage extends app.View
|
|||
return
|
||||
|
||||
render: (@type) ->
|
||||
@type = type
|
||||
@html @tmpl('typePage', @type)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue