mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
3c293ea00c
Change-Id: I8991b97c980d4149f53eb5601036220ef3c0c440
17 lines
377 B
JavaScript
17 lines
377 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Initialization namespace.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/**
|
|
* Namespace for all VisualEditor MediaWiki Initialization classes, static methods and static
|
|
* properties.
|
|
* @class
|
|
* @singleton
|
|
*/
|
|
ve.init.mw = {
|
|
targetFactory: new OO.Factory()
|
|
};
|