mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Fix ve.init.mw.TargetEvents.js to subscribe to events that actually exist and are emitted
Change-Id: I63ea39d0628d33e5d1ced4650b1a166003e362d3
This commit is contained in:
parent
a1cf2df677
commit
bd716eea55
|
@ -18,8 +18,8 @@ ve.init.mw.TargetEvents = function ( target ) {
|
|||
this.timings = { 'saveRetries': 0 };
|
||||
// Events
|
||||
this.target.connect( this, {
|
||||
'saveWorkFlowBegin': 'onSaveWorkflowBegin',
|
||||
'saveWorlFlowEnd': 'onSaveWorkflowEnd',
|
||||
'saveWorkflowBegin': 'onSaveWorkflowBegin',
|
||||
'saveWorkflowEnd': 'onSaveWorkflowEnd',
|
||||
'saveInitiated': 'onSaveInitated',
|
||||
'save': 'onSaveComplete',
|
||||
'saveReview': 'onSaveReview',
|
||||
|
|
Loading…
Reference in a new issue