Browse Source

Fix instance variable assignment

Thibaut 11 năm trước cách đây
mục cha
commit
7fa75e795e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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