mediawiki-extensions-Visual.../modules/ve-mw/init/ve.init.mw.js
Ed Sanders 6076708ff3 build: Update eslint-config-wikimedia to 0.16.0
Change-Id: I638e0f82949597e2a2e4ea18fc2f0258f225358c
2020-06-02 21:30:00 +01:00

18 lines
380 B
JavaScript

/*!
* VisualEditor MediaWiki Initialization namespace.
*
* @copyright 2011-2020 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()
};