mediawiki-extensions-Visual.../modules/ve2/dm/ve.dm.js

9 lines
192 B
JavaScript
Raw Normal View History

/**
* VisualEditor DataModel namespace.
*
* All classes and functions will be attached to this object to keep the global namespace clean.
*/
ve.dm = {
'factory': new ve.NodeFactory()
};