mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
529248f831
Allows us to rename onSaveEvent back to onSave. Before this change, * ve.init.mw.Target.prototype.save -> * ve.init.mw.Target.prototype.onSave, emit save event -> * ve.init.mw.DesktopArticleTarget.prototype.onSaveEvent (or MF equivalent) With this change, * ve.init.mw.Target.prototype.save -> * ve.init.mw.Target.prototype.saveSuccess, emit save event -> * ve.init.mw.DesktopArticleTarget.prototype.onSave (or MF equivalent) Change-Id: I016262b38a941c93c0978391491baa6d5a32fe28 |
||
---|---|---|
.. | ||
ve.init.mw.DesktopArticleTarget.init.js | ||
ve.init.mw.DesktopArticleTarget.js | ||
ve.init.mw.MobileArticleTarget.js |