Remove tick from sidebar controller
This commit is contained in:
parent
af3f865854
commit
9093b2a311
|
@ -5,10 +5,6 @@ Travis.reopen
|
||||||
|
|
||||||
init: ->
|
init: ->
|
||||||
@_super.apply this, arguments
|
@_super.apply this, arguments
|
||||||
@tickables = []
|
|
||||||
|
|
||||||
tick: ->
|
|
||||||
tickable.tick() for tickable in @tickables
|
|
||||||
|
|
||||||
QueuesController: Em.ArrayController.extend
|
QueuesController: Em.ArrayController.extend
|
||||||
init: ->
|
init: ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user