making sync more efficient. using new connector features. found lots of small bugs

This commit is contained in:
DadaMonad
2015-01-06 10:29:50 +00:00
parent d2fa906b50
commit d898136f64
28 changed files with 683 additions and 432 deletions

View File

@@ -413,7 +413,7 @@ module.exports = (HB)->
{
'type': "Replaceable"
'content': @content?.getUid()
'ReplaceManager' : @parent.getUid()
'replace_manager' : @parent.getUid()
'prev': @prev_cl.getUid()
'next': @next_cl.getUid()
'uid' : @getUid()
@@ -425,7 +425,7 @@ module.exports = (HB)->
parser["Replaceable"] = (json)->
{
'content' : content
'ReplaceManager' : parent
'replace_manager' : parent
'uid' : uid
'prev': prev
'next': next