included connector type

This commit is contained in:
DadaMonad
2015-02-03 18:55:02 +00:00
parent f835a72151
commit 58a479be9b
22 changed files with 2015 additions and 736 deletions

View File

@@ -184,7 +184,7 @@ module.exports = (HB)->
#
#
callEventDecorator: (events)->
if not @isDeleted()
if not (@isDeleted() or @getLastOperation().isDeleted())
for event in events
for name,prop of @event_properties
event[name] = prop