Improved / added fillUp of new updated objects.

This commit is contained in:
Martin Edenhofer 2014-04-02 23:45:20 +02:00
parent 6c6ee15374
commit 17ca8d375a

View file

@ -188,6 +188,7 @@ class App.Model extends Spine.Model
'refresh change' 'refresh change'
(item) => (item) =>
for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ item.id ] for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ item.id ]
item = App[ @constructor.className ]._fillUp( item )
callback(item) callback(item)
) )