mediawiki-extensions-Visual.../modules/ve-mw/init/ve.init.mw.js
Ed Sanders 7a007e2874 Create MW targets using a factory
Move the existing static property 'name' to 'trackingName'
to make way for a real registry index.

Change-Id: Iab0d5be611ece7038234551c4847b07517b4348d
2016-04-21 21:06:39 +01:00

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()
};