added new y-test connector

This commit is contained in:
DadaMonad
2015-02-05 14:15:20 +00:00
parent 3eb933400a
commit e5f16812b3
19 changed files with 281 additions and 213 deletions

View File

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