mediawiki-extensions-Visual.../modules/ve/init/mw/ve.init.mw.js
Trevor Parscal 53e9258280 Added ve.init.platform with MediaWiki and stand-alone implementations
This should make it much simpler to keep MediaWiki specifics out of VisualEditor, which will in turn make it easier to integrate VisualEditor into another platform.

Change-Id: I073e9737b37c28af889f2457d10b082cefd0d63b
2012-07-27 13:39:19 -07:00

16 lines
364 B
JavaScript

/**
* VisualEditor MediaWiki initialization namespace.
*
* @copyright 2011-2012 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.
*/
ve.init.mw = {
// List of target instances
'targets': []
};