mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
1ae9178773
Depends on I961dade19 in core. Change-Id: I39b99617a9362a57a721c8467a1b43bdb9d754dd
10 lines
226 B
JavaScript
10 lines
226 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Platform init.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/*jshint nonew: false */
|
|
new ve.init.mw.Platform();
|