mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
This is supposed to be a event name, not a variable
This commit is contained in:
parent
187eca34eb
commit
88e964263b
|
@ -112,7 +112,7 @@ es.DocumentModel.operations = ( function() {
|
|||
annotate.call( this, this.cursor + op.data.length );
|
||||
// Update model tree
|
||||
node.adjustContentLength( op.data.length, true );
|
||||
node.emit( update, this.cursor );
|
||||
node.emit( 'update', this.cursor );
|
||||
}
|
||||
}
|
||||
this.cursor += op.data.length;
|
||||
|
|
Loading…
Reference in a new issue