mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Platform init.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
// eslint-disable-next-line no-new
|
|
new ve.init.mw.Platform();
|