mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 18:06:16 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
18 lines
340 B
JavaScript
18 lines
340 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Initialization namespace.
|
|
*
|
|
* @copyright 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()
|
|
};
|