Fixed update() of App.UpdateTastbar class.
This commit is contained in:
parent
01a37e9657
commit
4f2cb55a56
1 changed files with 4 additions and 4 deletions
|
@ -749,7 +749,7 @@ class App.UpdateTastbar extends App.Controller
|
||||||
release: =>
|
release: =>
|
||||||
App[ @genericObject.constructor.className ].unsubscribe(@subscribeId)
|
App[ @genericObject.constructor.className ].unsubscribe(@subscribeId)
|
||||||
|
|
||||||
update: (genericObject) ->
|
update: (genericObject) =>
|
||||||
|
|
||||||
# update taskbar with new meta data
|
# update taskbar with new meta data
|
||||||
@metaTaskUpdate()
|
@metaTaskUpdate()
|
||||||
|
|
Loading…
Reference in a new issue