Переглянути джерело

Fix instance variable assignment

Thibaut 11 роки тому
батько
коміт
7fa75e795e
1 змінених файлів з 0 додано та 1 видалено
  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