mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
753d87e618
When running in the context of MediaWiki, VisualEditor should tee its event stream to MediaWiki's main event bus, mw.track(), so that MediaWiki event subscribers have a unified interface for subscribing to events. Each VisualEditor event topic is prefixed with 've.' To test this patch, you can use this snippet: mw.trackSubscribe( 've', function ( topic, data ) { console.log( this, topic, data ); } ); Change-Id: I6b3f10b0dd0aa7fa47c3b35e2fc554622960ce52 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
i18n | ||
init | ||
test | ||
ui |