mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
6b34f09df2
And added a license to some files that didn't have it yet Change-Id: I3a7e60374d1198d369a0475b8f65f7415012a337
15 lines
388 B
JavaScript
15 lines
388 B
JavaScript
/**
|
|
* VisualEditor data model namespace.
|
|
*
|
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/**
|
|
* Namespace for all VisualEditor data model classes, static methods and static properties.
|
|
*/
|
|
ve.dm = {
|
|
//'nodeFactory': Initialized in ve.dm.NodeFactory.js
|
|
//'converter': Initialized in ve.dm.Converter.js
|
|
};
|