Removed not needed comment.
This commit is contained in:
parent
240815dc0e
commit
8d4f4c0c25
1 changed files with 0 additions and 2 deletions
|
@ -200,8 +200,6 @@ class App.Model extends Spine.Model
|
||||||
events
|
events
|
||||||
(record) =>
|
(record) =>
|
||||||
if @id.toString() is record.id.toString()
|
if @id.toString() is record.id.toString()
|
||||||
|
|
||||||
# load only once from server
|
|
||||||
for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ @id ]
|
for key, callback of App[ @constructor.className ]['SUBSCRIPTION_ITEM'][ @id ]
|
||||||
App[ @constructor.className ].retrieve( @id, callback, true )
|
App[ @constructor.className ].retrieve( @id, callback, true )
|
||||||
'Item::Subscribe::' + @constructor.className
|
'Item::Subscribe::' + @constructor.className
|
||||||
|
|
Loading…
Reference in a new issue