mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
36befda61c
It's new, it's fresh, it's amazing, it's here. Change-Id: I5dc784411f704685ed5cc763a2b2b1c5d3e5a610
10 lines
236 B
JavaScript
10 lines
236 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Platform init.
|
|
*
|
|
* @copyright 2011-2016 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();
|