/**
* 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()
};