mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
53e9258280
This should make it much simpler to keep MediaWiki specifics out of VisualEditor, which will in turn make it easier to integrate VisualEditor into another platform. Change-Id: I073e9737b37c28af889f2457d10b082cefd0d63b
14 lines
373 B
JavaScript
14 lines
373 B
JavaScript
/**
|
|
* VisualEditor initialization namespace.
|
|
*
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/**
|
|
* Namespace for all VisualEditor initialization classes, static methods and static properties.
|
|
*/
|
|
ve.init = {
|
|
//'platform': Initialized in a file containing a subclass of ve.init.Platform
|
|
};
|