2012-02-06 23:50:56 +00:00
|
|
|
/**
|
2012-07-19 00:11:26 +00:00
|
|
|
* VisualEditor data model namespace.
|
2012-07-19 21:25:16 +00:00
|
|
|
*
|
2012-07-19 00:11:26 +00:00
|
|
|
* @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.
|
2012-02-06 23:50:56 +00:00
|
|
|
*/
|
2012-06-20 01:20:28 +00:00
|
|
|
ve.dm = {
|
|
|
|
//'nodeFactory': Initialized in ve.dm.NodeFactory.js
|
|
|
|
//'converter': Initialized in ve.dm.Converter.js
|
2012-08-31 19:34:18 +00:00
|
|
|
//'annotationFactory': Initialized in ve.dm.AnnotationFactory.js
|
2012-06-20 01:20:28 +00:00
|
|
|
};
|