mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
3c293ea00c
Change-Id: I8991b97c980d4149f53eb5601036220ef3c0c440
10 lines
236 B
JavaScript
10 lines
236 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Platform init.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
// eslint-disable-next-line no-new
|
|
new ve.init.mw.Platform();
|