observer will get the reference too now (ListManager)

This commit is contained in:
Kevin Jahns
2015-04-23 15:27:20 +02:00
parent 7f6592a6b7
commit 6fc33e40bb
12 changed files with 53679 additions and 4 deletions

View File

@@ -289,6 +289,7 @@ module.exports = ()->
content
@callEvent [
type: "insert"
reference: op
position: op.getPosition()
object: @getCustomType()
changedBy: op.uid.creator
@@ -298,6 +299,7 @@ module.exports = ()->
callOperationSpecificDeleteEvents: (op, del_op)->
@callEvent [
type: "delete"
reference: op
position: op.getPosition()
object: @getCustomType() # TODO: You can combine getPosition + getParent in a more efficient manner! (only left Delimiter will hold @parent)
length: 1