mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-14 10:04:52 +00:00
ada58df361
Change-Id: I3c618c196e504a80ca297a4132a17f1977a24fb7
10 lines
226 B
JavaScript
10 lines
226 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Platform init.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/*jshint nonew: false */
|
|
new ve.init.mw.Platform();
|