mediawiki-extensions-Visual.../modules/ve/ui/ve.ui.js

16 lines
312 B
JavaScript
Raw Normal View History

/*global mw */
/**
* VisualEditor user interface namespace.
*
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/**
* Namespace for all VisualEditor user interface classes, static methods and static properties.
*/
ve.ui = {
//
};