Improved / added fillUp of new updated objects.
This commit is contained in:
parent
6c6ee15374
commit
17ca8d375a
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class App.Model extends Spine.Model
|
|||
'refresh change'
|
||||
(item) =>
|
||||
for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ item.id ]
|
||||
item = App[ @constructor.className ]._fillUp( item )
|
||||
callback(item)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue