mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
|
/**
|
||
|
* VisualEditor DataModel namespace.
|
||
|
*
|
||
|
* All classes and functions will be attached to this object to keep the global namespace clean.
|
||
|
*/
|
||
|
ve.dm = {};
|