mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
7a007e2874
Move the existing static property 'name' to 'trackingName' to make way for a real registry index. Change-Id: Iab0d5be611ece7038234551c4847b07517b4348d
17 lines
377 B
JavaScript
17 lines
377 B
JavaScript
/*!
|
|
* VisualEditor MediaWiki Initialization namespace.
|
|
*
|
|
* @copyright 2011-2016 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()
|
|
};
|