Removed not needed reassignment.
This commit is contained in:
parent
ba7eda1ff5
commit
ee2046cc8d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class App.ControllerTabs extends App.Controller
|
|||
|
||||
render: ->
|
||||
|
||||
@el = @html App.view('generic/tabs')(
|
||||
@html App.view('generic/tabs')(
|
||||
header: @header
|
||||
subHeader: @subHeader
|
||||
tabs: @tabs
|
||||
|
|
Loading…
Reference in a new issue