mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
f6864b0c04
Change-Id: I96db0f28bb220f1c3b23990824e9523278cb8f9b
9 lines
199 B
JavaScript
9 lines
199 B
JavaScript
/**
|
|
* DataModel namespace.
|
|
*
|
|
* All classes and functions will be attached to this object to keep the global namespace clean.
|
|
*/
|
|
ve.dm = {
|
|
//'nodeFactory': Initialized in ve.dm.NodeFactory.js
|
|
};
|