Explorar o código

Fix instance variable assignment

Thibaut %!s(int64=11) %!d(string=hai) anos
pai
achega
7fa75e795e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      assets/javascripts/views/content/type_page.coffee

+ 0 - 1
assets/javascripts/views/content/type_page.coffee

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