Remove tick from sidebar controller

This commit is contained in:
Piotr Sarnacki 2013-07-31 13:39:18 +02:00
parent af3f865854
commit 9093b2a311

View File

@ -5,10 +5,6 @@ Travis.reopen
init: ->
@_super.apply this, arguments
@tickables = []
tick: ->
tickable.tick() for tickable in @tickables
QueuesController: Em.ArrayController.extend
init: ->